Skip to content

Releases: iafilin/eloquenthttpadapter

v1.0.1

18 Nov 18:50
Compare
Choose a tag to compare

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 like wheres and orders to be transformed into HTTP parameters.
    • Simplifies integration with APIs that require complex filtering and sorting logic.

v1.0.0

18 Nov 18:47
Compare
Choose a tag to compare

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.