0.5.0 (2024-05-10)
⚠ BREAKING CHANGES
- types: remove
Fetch
andResponse
- BasePatreonClient:
listOauth2
returns the amount of pages - PatreonOauthClient: deprecate
fetch
andretryOnFailed
on client and options. DeprecateuserAgent
option
Features
- add rest client (#18) (af4fdb1)
- BasePatreonClient:
listOauth2
returns the amount of pages (af4fdb1) - oauth: add
createOauthUri
for creatingoauthUri
(af4fdb1) - oauth: add
validateToken
option (af4fdb1) - oauth: improve creator token flow (af4fdb1)
- PatreonOauthClient: deprecate
fetch
andretryOnFailed
on client and options. DeprecateuserAgent
option (af4fdb1) - types: remove
Fetch
andResponse
(af4fdb1)