You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
On
OrderCloudSDK.Config()rather than individual params, accept an object structured like so:{ "cookiePrefix": "xxxx", "apiUrl": "xxxx", "authUrl": "xxxx" }I think this will prove to be less brittle down the road in case we need to accept any further configuration variables.