Use new auth url
Pre-release
Pre-release
Breaking Changes 💥
- New auth urls are being used. Previously we used https://auth.ordercloud.io/oauth/token to make auth requests. That same functionality is now a part of the main API. The following updates were made to the SDK configuration as a result:
baseAuthUrlno longer existsbaseApiUrlis updated to exclude apiVersion (default is https://api.ordercloud.io)apiVersionnow exists (default is v1)
SDK has been generated to be in line with API v1.0.165