Previously some CRUD methods took fields, and others params which would be encoded manually. This release moves away from using fields as an argument, and takes params now on all methods. This will be something to consider when upgrading to version 1.0.0.
This update also introduces:
1. Updated docstrings across the package to assist with anyone using it.
2. SSL verification to make sure connections are secure. (Can be disabled, but is on by default)
3. Serialization and De-serialization will work only for content types that are JSON. (Can be disabled, but is on by default)