Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (15 loc) · 1.23 KB

Fork this project and send us a pull request

Write a simple python webservice that uses, manipuates and returns the data found here: https://www.unisport.dk/api/products/batch/.

/products/

should return the first 10 objects ordered with the cheapest first.

/products/?page=2

The products should be paginated where page in the url above should return the next 10 objects

/products/id/

should return the individual product.

Remember to test
Remember to document (why, not how)

Bonus:

extend the service so the products can also be created, edited and deleted in a backend of choice.

You are welcome to use any thirdparty python web framework or library that you are familiar with.

Forking and Pull Requests

Information on how to work with forks and pull requests can be found here https://help.github.com/categories/collaborating-with-issues-and-pull-requests/