Skip to content

Instantly share code, notes, and snippets.

@glommer
Created August 1, 2022 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glommer/de47fe94071991bd0002b9e738bcf4c5 to your computer and use it in GitHub Desktop.
Save glommer/de47fe94071991bd0002b9e738bcf4c5 to your computer and use it in GitHub Desktop.
$ curl http://localhost:8080/dev/posts
{
"next_page": "http://localhost:8080/dev/posts?cursor=eyJheGVzIjpbeyJrZXkiOnsiZmllbGROYW1lIjoiaWQiLCJhc2NlbmRpbmciOnRydWV9LCJ2YWx1ZSI6ImMyNzMwODA3LTVjZWYtNDQ0MC1hNzk2LWVjNjIxNjcxMjZkYyJ9XSwiZm9yd2FyZCI6dHJ1ZSwiaW5jbHVzaXZlIjpmYWxzZX0%3D",
"prev_page": "http://localhost:8080/dev/posts?cursor=eyJheGVzIjpbeyJrZXkiOnsiZmllbGROYW1lIjoiaWQiLCJhc2NlbmRpbmciOnRydWV9LCJ2YWx1ZSI6IjE5YTQzOTU3LWVmN2YtNGViZC04MDk2LTJkN2UzNzQ5NGUyYSJ9XSwiZm9yd2FyZCI6ZmFsc2UsImluY2x1c2l2ZSI6ZmFsc2V9",
"results": [
{
"id": "19a43957-ef7f-4ebd-8096-2d7e37494e2a",
"title": "my first post",
"markdown": "Here iss our first post"
},
{
"id": "c2730807-5cef-4440-a796-ec62167126dc",
"title": "my second post",
"markdown": "Here is our second post"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment