slumber
slumber copied to clipboard
Allow requests to API root
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().