Add docstrings for default CRUD endpoints
Created by: thatnerdjosh
As a developer, it is nice to have an interface which fully documents the purpose and usage information of each endpoint. As such, we want to incorporate best practice by documenting each endpoint using docstrings. This will allow us to provide a good starting point for anyone trying this library.
Deliverables:
- All default CRUD operations documented