openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
# CommitComparison

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **String** |  | 
**html_url** | **String** |  | 
**permalink_url** | **String** |  | 
**diff_url** | **String** |  | 
**patch_url** | **String** |  | 
**base_commit** | [**models::Commit**]commit.md |  | 
**merge_base_commit** | [**models::Commit**]commit.md |  | 
**status** | **String** |  | 
**ahead_by** | **i32** |  | 
**behind_by** | **i32** |  | 
**total_commits** | **i32** |  | 
**commits** | [**Vec<models::Commit>**]commit.md |  | 
**files** | Option<[**Vec<models::DiffEntry>**]diff-entry.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)