authenticated_http_client 0.1.2 
authenticated_http_client: ^0.1.2 copied to clipboard
An advanced authenticated HTTP client introduces `factory` feature that generates request functions based on API definitions in WYSIWYG style and supports `mock` and `silent` modes for development.
Use this package as a library
Depend on it
Run this command:
With Dart:
 $ dart pub add authenticated_http_clientWith Flutter:
 $ flutter pub add authenticated_http_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
  authenticated_http_client: ^0.1.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:authenticated_http_client/authenticated_http_client.dart';