v0.1.1
Breaking Change
- Add
ApiPayloadError
exception when API returns HTTP 500-599. Previously many error responses were steamrolled over.
What's Changed
- Renamed internal
uri
parameters to beurl
. - Deprecate
MethodNotImplemented
exception. Replaced with baseNotImplementedError
. - Docstring updates to satisfy pylint.
- Prevent
Event.id
from being sent as part of the event payload when posting to theevents
endpoint. - Update
get_foreign_sources()
andget_requisitions()
to no longer use custom_get()
method. Endpoint._put()
method now returns theRequests.Response
object instead of null.- Tweaks to testing framework settings.
- Added
NodeComponents.NONE
option. - Fix type hint on
Endpoint_post.data
attribute. - Add Node/IP/Service metadata modification to the
Nodes
endpoint.
Full Changelog: v0.0.13...v0.0.14