slumber icon indicating copy to clipboard operation
slumber copied to clipboard

Allow requests to API root

Open sweeneytr opened this issue 9 years ago • 0 comments

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().

sweeneytr avatar Apr 13 '16 21:04 sweeneytr