Expand description
This module is the home of functionality that uses the REST API of various git-based servers.
Currently, only Github is supported.
Modules§
- github
- This module holds functionality specific to using Github’s REST API.
Structs§
- Rest
ApiRate Limit Headers - A structure to contain the different forms of headers that describe a REST API’s rate limit status.
Statics§
Traits§
- Rest
ApiClient - A custom trait that templates necessary functionality with a Git server’s REST API.