github-mirror

Crates.iogithub-mirror
lib.rsgithub-mirror
version0.0.10
sourcesrc
created_at2024-09-24 13:12:24.801709
updated_at2024-10-09 10:21:59.823383
descriptionGitHub's v3 REST API.
homepage
repository
max_upload_size
id1385239
size55,116
Ivan Ivanchuk (l3r8yJ)

documentation

README

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

Commit count: 0

cargo fmt