You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial work on updating the Guzzle client
* Add more serialization logic
* Extract serialization logic into its own class
* Add integration test and create client from string host
Closes#144
* Fix constructor arguments
* Add tests for #144
* Fix interface method signature
* Restructure client integration tests
* Move all client tests to integration tests
* Move client out of HTTP namespace
* Throw a more useful client exception
* Set options rather than provided them for each method
* Add more refactoring
* Ensure null relations are serialized by client
* Add relationship methods to client
* Update docs and upgrade guide
* Add minor change to creating a client
* Improve client query parameters
It seems strange to do the following:
when the config for the default API has the namespace as
/data/resources
. This would be better:The text was updated successfully, but these errors were encountered: