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
Currently the python client uses meta classes and URLs to specify the type of object.
The API now returns type information (see _type param below) on all resources when they are returned. Using this instead allows us to break away from inspecting the URL to see the type of object that something is and gives us more flexibility in naming conventions.
Currently the python client uses meta classes and URLs to specify the type of object.
The API now returns type information (see
_type
param below) on all resources when they are returned. Using this instead allows us to break away from inspecting the URL to see the type of object that something is and gives us more flexibility in naming conventions.The text was updated successfully, but these errors were encountered: