Pablo Villar
Pablo Villar
The current sample project only exposes the usage of _read multiple entities_ functionality. We should aim for a more complete example, where entities could be _created_, _updated_, _deleted_, and ideally,...
Modern APIs are using the [Link header](http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api#pagination) proposed by [RFC 5988](https://tools.ietf.org/html/rfc5988) as a standard way of paginating results. It would be great if Jayme supported this kind of pagination.
The current logs don't display the parameters attached to the request, the body of the response, the headers, among other stuff... It would be cool to have a variable to...
Create a `DOCUMENTATION.md` file exposing how to properly write documentation. We can take some ideas from [auth0 documentation guidelines](https://github.com/auth0/docs).
These items must be satisfied (see #6): - [ ] Code is tested - [ ] It's hooked to [Codecov](https://github.com/inaka/swift_guidelines/wiki/Codecov-Hook) - [ ] Also, modify the scheme configuration and make...
Add Swift 3 support
How about adding a method to enable/disable the logger? That method would be useful, for example, to be accessed from an easter egg or depending on an environment variable.