directus_api_manager 1.14.0 copy "directus_api_manager: ^1.14.0" to clipboard
directus_api_manager: ^1.14.0 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_manager

With Flutter:

 $ flutter pub add directus_api_manager

This 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.0

Alternatively, 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';
6
likes
150
points
259
downloads

Publisher

unverified uploader

Weekly Downloads

Communicate with a Directus server using its REST API.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

extension_dart_tools, http, http_parser, meta, mutex, reflectable, web_socket_channel

More

Packages that depend on directus_api_manager