Essential Rest

Click this link to instalation: https://pub.dev/packages/essential_rest.

RestClientGeneric is a simple API, but under the hood, the API emits a level of complexity in order to maintain satisfying performance for the server side application.

This API performs the mapping of a JSON to an entity when making a request to the server. This serialization process does not use reflection, which guarantees a performance when compared to the resource. The converse also proceeds, being able to transform an object or a set of objects to receive data from the application's Backend.

Another way to guarantee performance is that this API works by caching data from the browser, within localstorage, which can also be contracted by the developer.

This API is capable of handling requests following the main verbs of the Http protocol, and still performs the sending of files.

· Example of file uploading

Raw mode

Este método é para fazer requisição que não mapeia para objeto específico

RestClient

Rest Client não mapeia os dados como a RestClientGeneric.

Este método é para fazer requisição que não mapeia para objeto específico