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 has been archived by the owner on Jan 20, 2024. It is now read-only.
Hi there, doesn't look like it supports oauth 2, and in fact it's adding legacy=1 unnecessarily?
legacyString = "?legacy=1"
if legacyString not in self.auth_url:
self.auth_url = self.auth_url.strip()
self.auth_url = self.auth_url + legacyString
On top of that, it's not providing 'grant_type'
It'll be nice if you guys can provide an update to the SDK so we can use it as an abstract layer over the SOAP part of the API
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there, doesn't look like it supports oauth 2, and in fact it's adding legacy=1 unnecessarily?
legacyString = "?legacy=1"
if legacyString not in self.auth_url:
self.auth_url = self.auth_url.strip()
self.auth_url = self.auth_url + legacyString
On top of that, it's not providing 'grant_type'
It'll be nice if you guys can provide an update to the SDK so we can use it as an abstract layer over the SOAP part of the API
Thanks!
The text was updated successfully, but these errors were encountered: