github ghostrider-05/patreon-api.ts patreon-api.ts-v0.4.0
patreon-api.ts: v0.4.0

latest releases: patreon-api.ts-v0.15.1, patreon-api.ts-v0.15.0, patreon-api.ts-v0.14.2...
16 months ago

0.4.0 (2024-04-17)

⚠ BREAKING CHANGES

  • oauth: move options to PatreonClientOptions.oauth
  • oauth: deprecate Oauth2FetchOptions.refreshOnFailed for retryOnFailed
  • BasePatreonClient: remove deprecated fetchToken, putToken and fetchApplicationToken
  • PatreonCreatorClient: correctly type return type of fetchApplicationToken
  • PatreonUserClient: correctly type return of fetchToken
  • remove oauth client dependency (#13)

Features

  • add pagination options to query builder (d4e79bc)
  • add raw search params to query builder output (d4e79bc)
  • BasePatreonClient: remove deprecated fetchToken, putToken and fetchApplicationToken (d4e79bc)
  • client: add options to overwrite oauth uris (d4e79bc)
  • client: add userAgent option (d4e79bc)
  • export package version (16972b8)
  • oauth: add getter for redirect uri (d4e79bc)
  • oauth: add listing methods to clients (d4e79bc)
  • oauth: add patreon API scopes (d4e79bc)
  • oauth: deprecate Oauth2FetchOptions.refreshOnFailed for retryOnFailed (d4e79bc)
  • oauth: expose oauth client (d4e79bc)
  • oauth: move options to PatreonClientOptions.oauth (d4e79bc)
  • remove oauth client dependency (#13) (d4e79bc)
  • webhooks: add server functions for verifying and parsing requests (16972b8)
  • webhooks: add support for API webhooks (#17) (16972b8)

Bug Fixes

  • PatreonCreatorClient: correctly type return type of fetchApplicationToken (d4e79bc)
  • PatreonUserClient: correctly type return of fetchToken (d4e79bc)

Don't miss a new patreon-api.ts release

NewReleases is sending notifications on new releases.