This repository was archived by the owner on Oct 23, 2023. It is now read-only.
v1.3.0
Added
- Use parameters defined outside endpoint methods.
Changed
- Encourage the use of
php-http/mock-clientfor testing and mocking API responses. - Remove the
Tests\MockHttpClientclass, and use thephp-http/mock-clientpackage instead. - Make Handler and Model class names more readable.
Fixed
- Use correct model type for nested models.