Crates.io | github-mirror |
lib.rs | github-mirror |
version | 0.0.10 |
source | src |
created_at | 2024-09-24 13:12:24.801709 |
updated_at | 2024-10-09 10:21:59.823383 |
description | GitHub's v3 REST API. |
homepage | |
repository | |
max_upload_size | |
id | 1385239 |
size | 55,116 |
GitHub's v3 REST API.
For more information, please visit https://support.github.com/contact?tags=dotcom-rest-api
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.
org.openapitools.codegen.languages.RustClientCodegen
Put the package under your project folder in a directory named openapi
and add the following to Cargo.toml
under [dependencies]
:
openapi = { path = "./openapi" }
All URIs are relative to https://api.github.com
Class | Method | HTTP request | Description |
---|
MetaApi | meta_slash_root | GET / | GitHub API Root
To get access to the crate's generated documentation, use:
cargo doc --open