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
This does not necessarily have to be a breaking change.
We could always add an overload that takes in version parameter or add a property to the config object.
Is your feature request related to a problem? Please describe the problem.
Currently, the base URI only contains the national cloud host, meaning each request needs a Graph API version prefix:
Current workaround is to override the
base_uri
via config:This would be a breaking change.
Describe the solution you'd like.
Support setting the Graph API version via the factory & default to
v1.0
(With default v1.0)
Or to change to
beta
Additional context?
No response
The text was updated successfully, but these errors were encountered: