This pull request adds the user endpoint as well as a big-ish structural change. I've moved the individual find, search, create, update and delete methods into their own mixins. When building out the user endpoint I realized that users cannot be deleted via the API (makes sense). I also found out that it's not obvious at all what parameters are needed to create or update a user, so for now those methods aren't available on the user endpoint.
This pull request adds the user endpoint as well as a big-ish structural change. I've moved the individual
find
,search
,create
,update
anddelete
methods into their own mixins. When building out the user endpoint I realized that users cannot be deleted via the API (makes sense). I also found out that it's not obvious at all what parameters are needed to create or update a user, so for now those methods aren't available on the user endpoint.