CIDARLAB / clotho3

Clotho is a framework for engineering synthetic biological systems and managing the data used to create them. You can author data schemas, run functions and algorithms, and tie Clotho into existing applications.
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Pagination version of the RAML file #505

Closed jasonlu6 closed 7 years ago

jasonlu6 commented 7 years ago

The Clotho REST API RAML file now supports pagination, with the following: getByName is now paginated with page number, page size, previous page, and next page 200,400,500 codes show HTTP failure / success (exception catches): 200: successful http request 400: bad request / client error 500: internal server error queryParameters helper function for pagination