-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededreactstale
Description
Context
At the moment, we're returning all resources on the /resources page.
When we make a GET request to /resources, the response looks something like:
{
"count": 46,
"next": "http://localhost:8000/api/v1/resources/?page=2",
"previous": null,
"results": [
{
"guid": "4e85dbb6-d519-11ea-a622-0242ac130002",
"author": "",
"title": "asldfkjadsf",
"description": "",
Acceptance criteria
[ ] Implement pagination -- the user should be able to click on "next" or "previous" to go to the next or previous pages.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededreactstale