ttu / dotnet-fake-json-server

Fake JSON Server is a Fake REST API that can be used as a Back End for prototyping or as a template for a CRUD Back End.
https://ttu.github.io/dotnet-fake-json-server/
MIT License
388 stars 84 forks source link

Implement getting items with page and per_page (#3) #34

Closed sunithapatel closed 6 years ago

sunithapatel commented 6 years ago

Closes #3

ttu commented 6 years ago

Thanks for the implementation!