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