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.

Changelog #

0.5.0 #

  • Initial release.
  • Authentication: Bearer (JWT/OAuth) and Token (API key).
  • Entity CRUD: list, get, create, update, patch, delete.
  • Paginated list responses with metadata (count, next, previous).
  • Entity introspection: list_introspect, detail_introspect.
  • Tasks: list, detail, run (sync and async with polling).
  • Long-running task support via run_task_async with automatic polling.
  • File uploads: automatic multipart/form-data detection.
0
likes
160
points
325
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