Compared to v0.6.11:
- Take into account that
BaseExceptionmay also raiseValueErrorif unable to decode JSON - New
get_or_nonemethod for managers that returnsNoneif not found, instead of raising an exception - Allow collection endpoints to be defined without trailing slashes and make sure resource endpoints always have one
expandoption for resource-type fields, so that they will be represented as a dictionary with anidfield instead of just the ID.