marmelab / microrest.php

A micro web application providing a REST API on top of any relational database, using Silex and Doctrine DBAL
http://marmelab.com/blog/2015/01/05/introducing-microrest-raml-api-in-silex.html
MIT License
185 stars 22 forks source link

Pagination #17

Open jenithak opened 8 years ago

jenithak commented 8 years ago

Hey, Thanks for your efficient silex provider. Can you please let me know how we can send the page value http://localhost:8888/api/posts?page=2 or something else?