bapp_api_client 0.1.0
bapp_api_client: ^0.1.0 copied to clipboard
BAPP Auto API Client for Dart
Changelog #
0.1.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.