Expand description
API endpoints.
Each endpoint is implemented under modules named by replacing / with :: and - with _ in the endpoint name.
For example, notes/local-timeline is implemented under notes::local_timeline and
drive/files/create is implemented under drive::files::create.
All request types implements Request.
We dispatch it actually and get the response
using Client::request.