All notable changes to this project will be documented here.
- When requesting a single resource using the dictionary way, only a single object will be returned instead of a list with a single object.
- Correctly return entities when a single one is requested using a resource id reflecting changes in HelpScout's API responses.
- HelpScoutEndpointRequester now returns subentities for methods named other than http methods like get / post / put / delete / etc.
- HelpScoutEndpointRequester can now be accessed as a dictionary to request specific resources or specific resources sub endpoints (like a conversation's tags).
- The client's hit method has been renamed to hit_ and hit nows nexts the generator.
- Setting attributes to HelpScout objects adds them to the attributes list.
- Send json data actually as json.
- Object creation when requesting a single object.
- Hit an endpoint with a resource_id and url parameters.
- Pickle compatible objects
- Pagination next link format.
- Python 2 compatibility.
- Client to query Help Scout's v2 API.