Jayme
Jayme copied to clipboard
Abstraction layer that eases RESTful interconnections in Swift
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...