Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

v1.3.0

Compare
Choose a tag to compare
@the-csaba the-csaba released this 21 Dec 07:17
· 28 commits to main since this release
8329e62

Added

  • Use parameters defined outside endpoint methods.

Changed

  • Encourage the use of php-http/mock-client for testing and mocking API responses.
  • Remove the Tests\MockHttpClient class, and use the php-http/mock-client package instead.
  • Make Handler and Model class names more readable.

Fixed

  • Use correct model type for nested models.