Releases: iafilin/eloquenthttpadapter
Releases · iafilin/eloquenthttpadapter
v1.0.1
v1.0.1
- Added
registerFetchParamsResolver
:- Enables dynamic customization of HTTP query parameters for API requests.
- Provides access to the Eloquent query object (
$this->getQuery()
), allowing conditions likewheres
andorders
to be transformed into HTTP parameters. - Simplifies integration with APIs that require complex filtering and sorting logic.
v1.0.0
Release Notes
v1.0.0
- Initial release of EloquentHttpAdapter, providing:
- Eloquent-like syntax for interacting with RESTful APIs.
- Basic CRUD operations (create, read, update, delete).
- Support for pagination, filtering, and sorting.
- Customizable HTTP client configuration via model overrides.
- Filament admin panel integration.
- Error handling for API failures.