Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Created November 28, 2022 13:48
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 sergeykuzmich/60ba05b97448c9595434cb35ea4afb84 to your computer and use it in GitHub Desktop.
Save sergeykuzmich/60ba05b97448c9595434cb35ea4afb84 to your computer and use it in GitHub Desktop.
An example of API payload
{
"data": [
{
"ID": "dc4a8926-4ca5-42d7-920a-4f0de5024619",
"...": "..."
},
{
"ID": "2a4f316a-3fb4-4ae9-864f-38a34e50b1d5",
"...": "..."
},
{
"ID": "a7436831-4db7-40f2-9b37-d1962e5e56d0",
"...": "..."
},
{
"...": "..."
},
],
"previous": "https://awesome.example/posts?before=dc4a8926-4ca5-42d7-920a-4f0de5024619",
"next": "https://awesome.example/posts?after=..."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment