Skip to content

Release 5.0.0-alpha-01

Pre-release
Pre-release
Compare
Choose a tag to compare
@nan-li nan-li released this 03 May 04:33
· 6 commits to main since this release
c5c1f5a

⚠️ User Model alpha release with API breaking changes.

  • Please test before using.
  • The APIs are subject to change as we move towards a finalized GA release. Feedback on this version is highly appreciated.
  • Note that Documentation on API changes is lacking and under progress. The README contains outdated information for this release.
  • All player-model references and APIs are removed.
  • We have chosen to number this major version with 5.x.x to align with our suite of SDKs including mobile SDKs.

To get started using the client in this version:

See the full list of API Endpoints.

const configuration = OneSignal.createConfiguration({
    userAuthKey: '<YOUR_USER_AUTH_KEY>',
    restApiKey: '<YOUR_REST_API_KEY>',
});

const client = new OneSignal.DefaultApi(configuration);

Full Changelog: 2.0.1-beta2...5.0.0-alpha-01