Potentially Breaking Change
* If a GET call returns an error 500, previously we suppressed the error and returned a `None` value. Now we will raise an `InvalidValueError` exception and print out the error message.
What's Changed
* Added User Defined Link endpoint
* Requisition endpoint updates
* Added category add/remove methods
* Ability to merge existing and new node if adding interfaces
* Added method to send just one node to a requisition via REST
* Event model rework - converted parameters from list to dict
* Update `reload_daemon` method to use new event model
* Add FIQL support to alarms, events, and nodes
* For `get_alarms`, `get_events`, and `get_nodes` methods, you can add a `fiql` parameter to specify a valid search.
* Option to ignore SSL certs
**Full Changelog**: https://github.com/mmahacek/PyONMS/compare/v0.0.9...v0.0.10