Changed
- A super user token is no longer required to instantiate a `ShinobiClient`. A
`ShinobiSuperUserCredentialsRequiredError` will be raised at the point at which it is needed if it has not been
supplied.
- Details about a user can be queried without a super user token.
- A user's API key can be attained without a super user token.
- More specialised errors.
- Change to name of verify flags on User ORM's create and delete methods to unify them.
- Method to modify user now returns whether a modification occurs, without requiring a modified Shinobi installation.
Added
- Monitor ORM.