ubclaunchpad / bounce

🏀 Bringing people with common interests together
MIT License
3 stars 4 forks source link

pagination minimum size (#103) #104

Closed ginsstaahh closed 6 years ago

ginsstaahh commented 6 years ago

: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.