Configuration topic

Configuration

Classes

HttpService<T extends Client> Get started Configuration Services
A service that uses client for making requests. It is recommend to extend this class and add your method and use the client to make requests in the methods to the server.
JsonModelSerializer Get started Configuration
A class that serializes and deserializes JSON objects to and from Dart classes.
RestClient Get started Configuration Clients
Creates a client that returns RestResponse for a request.
RestService Get started Configuration Services
A service that can be used to make requests to a JSON Api. It wraps the client with RestClient if necessary to return a RestResponse. It is recommended to extend this class and add your methods to it where you use client to make requests.
WrapperClient Configuration Clients Error handling
An abstract class that wraps a Client.