seas-computing / react-boilerplate

Starting point for react-based projects at SEAS computing
0 stars 1 forks source link

API response not paginated #12

Closed rmainwork closed 5 years ago

rmainwork commented 5 years ago

Description

When making a request to the API, the response is not paginated

To Reproduce

N/A

Expected Behavior

API response should include some form of pagination for responses by default

Actual Behavior

All of the response data is returned by default with no pagination

Screenshots

N/A

Platform:

Additional Information


rmainwork commented 5 years ago

Closing as this should be implemented in the actual app