See the Miscellaneous API documentation for more details.
Constructors
-
Miscellaneous
Client(IApi Initializes a new GitHub miscellaneous API client.Connection) -
Miscellaneous
Client(IConnection) Initializes a new GitHub miscellaneous API client.
Methods
-
Get
All Gets all the emojis available to use on GitHub.Emojis() -
Get
All List all templates available to pass as an option when creating a repository.Git Ignore Templates() -
Get
All Returns a list of the licenses shown in the license picker on GitHub.com. This is not a comprehensive list of all possible OSS licenses.Licenses() -
Get
All Returns a list of the licenses shown in the license picker on GitHub.com. This is not a comprehensive list of all possible OSS licenses.Licenses(Api Options) -
Get
Git Retrieves the source for a single GitIgnore templateIgnore Template(String) -
Get
License(String) Retrieves a license based on the license key such as "mit" -
Get
Metadata() Retrieves information about GitHub.com, the service or a GitHub Enterprise installation. -
Get
Rate Gets API Rate Limits (API service rather than header info).Limits() -
Render
Arbitrary Gets the rendered Markdown for an arbitrary markdown document.Markdown(New Arbitrary Markdown) -
Render
Raw Gets the rendered Markdown for the specified plain-text Markdown document.Markdown(String)