rest_api_impl 0.0.2
rest_api_impl: ^0.0.2 copied to clipboard
A Dart package providing a robust REST API IMPL service implementation with HTTP request handling, CRUD operations, and file management.
Changelog #
All notable changes to this project will be documented in this file.
0.0.2 #
Added #
- Dependency injection-based service registration
- Support for HTTP methods: GET, POST, PUT, PATCH, DELETE
- Response handling with error management
- File upload and deletion support
- Configurable base URL and API key
- Example usage for API calls and file uploads
Future updates will include additional features, optimizations, and bug fixes.
0.0.1 #
- Initial Release