0.7.0 (2024-09-06)
Features
- add documentation (closes #40) (#46) (521b29e)
- add experimental support for normalized responses (#53) (242587d)
- export keys from schemas and relationships (521b29e)
- PatreonOauthClient: add paginate and fetch to client from static methods (bbf4d2f)
- rest: add timeout option to client (242587d)
Bug Fixes
- correct included query for address, campaign and tier (521b29e)
- PatreonClient: do not overwrite options.rest.getAccessToken if specified (bbf4d2f)
- PatreonClient: round StoredToken.expires_in to seconds when fetched from store (bbf4d2f)
- PatreonOauthClient: correctly use cursor for paginating (242587d)
- PatreonOauthClient: remove undefined from return types (242587d)