slumber icon indicating copy to clipboard operation
slumber copied to clipboard

A library that makes consuming a RESTful API easier and more convenient

Results 45 slumber issues
Sort by recently updated
recently updated
newest added

Hi. Both PUT and POST can be used to create something! Often, an ID is then returned. However, only POST currently returns any returned content. In the current implementation, PUT...

I'm trying to use slumber with the openbravo erp json api, which has some kind of inline query system within the query string. The url is something like: **https://hostname/org.openbravo.service.json.jsonrest/PricingProductPrice/?_where=product.id='FBBE591D76204756A4E349FEF6E41D6D'** I've...

The changelog says: "Renamed the `slumber.API` serialization kwarg from default_format to format" actually, you changed it to 'default' ;)

Nothing is Tested, this needs fixed ASAP.

The documentation currently isn't the greatest in particular a better job could be done explaining behind the scenes what is going on to make it easier to understand. - I'm...