bapp_api_client 0.5.0 copy "bapp_api_client: ^0.5.0" to clipboard
bapp_api_client: ^0.5.0 copied to clipboard

A Dart client for the BAPP platform API. Supports CRUD, pagination, tasks, file uploads, and long-running async operations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bapp_api_client

With Flutter:

 $ flutter pub add bapp_api_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  bapp_api_client: ^0.5.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:bapp_api_client/bapp_api_client.dart';
0
likes
160
points
362
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart client for the BAPP platform API. Supports CRUD, pagination, tasks, file uploads, and long-running async operations.

Homepage
Repository (GitHub)
View/report issues

Topics

#api #client

License

MIT (license)

Dependencies

http

More

Packages that depend on bapp_api_client