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
# DiffEntry

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sha** | **String** |  | 
**filename** | **String** |  | 
**status** | **String** |  | 
**additions** | **i32** |  | 
**deletions** | **i32** |  | 
**changes** | **i32** |  | 
**blob_url** | **String** |  | 
**raw_url** | **String** |  | 
**contents_url** | **String** |  | 
**patch** | Option<**String**> |  | [optional]
**previous_filename** | Option<**String**> |  | [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)