github-mirror 0.0.9

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](https://support.github.com/contact?tags=dotcom-rest-api)

## Overview

This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project.  By using the [openapi-spec](https://openapis.org) 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**]docs/MetaApi.md#meta_slash_root | **GET** / | GitHub API Root


## Documentation For Models

 - [MetaRoot200Response]docs/MetaRoot200Response.md


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

```
cargo doc --open
```

## Author