api_service library

Classes

ApiService

Properties

responseCodeExceptionMapping Map<int, ApiExceptionType>
Map showing the translation from http response code to an ApiApiExceptionType
read / write

Enums

ApiExceptionType
Types of http errors

Typedefs

JsonDeserializer<T> = T Function(Map<String, dynamic> data)

Exceptions / Errors

ApiException
Exception for failed http requests