Slumber

Latest version: v0.7.1

Safety actively analyzes 628903 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.4.1

-----

* Added a ``session`` kwarg to ``slumber.API`` allowing passing a ``requests`` session
that will be used instead of the slumber created one

0.4.0

-----

* *(Backwards Incompatible)* Switched from ``httplib2`` to ``requests``
* *(Backwards Incompatible)* Removed the Meta class Magic
* *(Backwards Incompatible)* Removed the ability to subclass ``slumber.API`` to specify defaults
* *(Backwards Incompatible)* New Syntax for Specifying Authentication

0.3.1

-----

* Fix regression where pre 0.3 urls were assumed to end in slash, and 0.3.0 presumed to end in not slash.
Urls are now assumed to end in a slash, and if you don't want this behavior you can disable it by the
append_slash kwarg/Meta option (set to False to disable it).
* Fix regression caused by a mistyped variable name.

0.3.0

-----

* Allowed nesting resources infinitely to allow more complex api usage.
* Cleaned up the Meta class and allow subclassing ``slumber.API``
* *(Backwards Incompatible)* Cleaned up the exception names.
* *(Backwards Incompatible)* Renamed the ``slumber.API`` serialization kwarg from
default_format to format to be more consistent
* Improved the documentation
* Added Some Tests (This could still be better)

0.2.5

-----

* Fixed https urls and the accidental force to port 80
* Fixed the assumption that all urls end in a trailing slash

0.2.4

-----

* Fixed Including of Changelog.rst

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.