add minimum size for paginating user and club queries
api/users.py and api/clubs.py throws an APIError when size is too small
add failing tests for paginating clubs and users when size is too large and too small
Briefly describe the changes you made and why you made them in bulleted form.
:traffic_light: Concerns
If there is anything you want reviewers to pay special attention to, put it here.
:tickets: Ticket(s): Closes #103
:construction_worker: Changes
add minimum size for paginating user and club queries api/users.py and api/clubs.py throws an APIError when size is too small add failing tests for paginating clubs and users when size is too large and too small Briefly describe the changes you made and why you made them in bulleted form.
:traffic_light: Concerns
If there is anything you want reviewers to pay special attention to, put it here.
:mag: Testing Instructions
Explain how to test your changes, if applicable.