diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-03 20:38:17 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-03 20:38:17 -0400 |
commit | 58fb387a0a87e4670cebb6d9f52865fd8b0acc7a (patch) | |
tree | 967b30bf114fbfa3ecd2171463ba66fbe3e87616 /README.md | |
parent | 7e32a115e68c9ba68b487db91fefb9c3162cd614 (diff) | |
download | getwtxt-58fb387a0a87e4670cebb6d9f52865fd8b0acc7a.tar.gz |
updated readme re: ?page=N
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 91d6d4e..97d8d7a 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,9 @@ $ ./getwtxt ## Using the Registry The following examples will all apply to using `curl` from a `Linux`, `BSD`, or `macOS` terminal. -All timestamps are in `RFC3339` format, per the twtxt registry specification +All timestamps are in `RFC3339` format, per the twtxt registry specification. Additionally, all +queries support the `?page=N` parameter, where `N` is a positive integer, that will retrieve page +`N` of results in groups of twenty. ### Adding a User Both nickname and URL are required |