#rest

github-mirror

GitHub's v3 REST API

10 releases

0.0.10 Oct 9, 2024
0.0.9 Oct 9, 2024
0.0.7 Sep 25, 2024

#771 in HTTP server

46 downloads per month
Used in 2 crates (via fakehub-server)

MIT license

14KB
265 lines

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.9.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

Dependencies

~5–16MB
~201K SLoC