github-mirror 0.0.6

GitHub's v3 REST API.
Documentation

Rust API client for openapi

GitHub's v3 REST API.

For more information, please visit https://support.github.com/contact?tags=dotcom-rest-api

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

  • API version: 1.1.4
  • Package version: 1.1.4
  • Generator version: 7.8.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder in a directory named openapi and add the following to Cargo.toml under [dependencies]:

openapi = { path = "./openapi" }

Documentation for API Endpoints

All URIs are relative to https://api.github.com

Class Method HTTP request Description
MetaApi meta_slash_root GET / GitHub API Root

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author