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
Some API's offer resources at the root of their api.
Root resources should be accessible with api.get(), however due to the difference in interface between API and Request objects the following work-around is necessary api._get_resource(**api._store).get().
The text was updated successfully, but these errors were encountered:
Some API's offer resources at the root of their api.
Root resources should be accessible with
api.get()
, however due to the difference in interface between API and Request objects the following work-around is necessaryapi._get_resource(**api._store).get()
.The text was updated successfully, but these errors were encountered: