Module rest_api

Source
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§

RestApiRateLimitHeaders
A structure to contain the different forms of headers that describe a REST API’s rate limit status.

Statics§

COMMENT_MARKER
USER_AGENT
USER_OUTREACH

Traits§

RestApiClient
A custom trait that templates necessary functionality with a Git server’s REST API.