api_client 2.2.0 copy "api_client: ^2.2.0" to clipboard
api_client: ^2.2.0 copied to clipboard

A simple schema api client. Helps to deal with API calls via an API specification

[2.2.0] - Improvement of Spec #

  • Make endpoints, parameters, replacer and transporter become private
  • Set name as request's attribute
  • Make Replacer become abstract
  • Add Transporter.factory() and Replacer.factory()

[2.1.2] - Add onError on call #

  • Execute onError
  • Update README.md

[2.1.1] - Fix exception handling #

  • Add support for Error

[2.1.0] - Improve endpoint specification #

  • Use verbs get, post, patch, put, delete
  • Update example
  • Update test cases

[2.0.1] - Improve example #

  • Add flutter example
  • Export response.dart

[2.0.0] - New way for middlewares #

  • Add onSend, onReceive and onError events
  • Update HttpTransporter

[1.0.2] - Version 1.x #

  • Fix bugs

[0.0.1] - First release #

  • Initialize first version
1
likes
40
pub points
39%
popularity

Publisher

unverified uploader

A simple schema api client. Helps to deal with API calls via an API specification

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

emitter, http

More

Packages that depend on api_client