bapp_api_client 0.5.0
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.