directus_api_manager 1.14.1
directus_api_manager: ^1.14.1 copied to clipboard
Communicate with a Directus server using its REST API.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add directus_api_managerWith Flutter:
$ flutter pub add directus_api_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
directus_api_manager: ^1.14.1Alternatively, 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:directus_api_manager/directus_api_manager.dart';