diff --git a/CFBSharp.sln b/CFBSharp.sln index d5373677..01dbb2ec 100644 --- a/CFBSharp.sln +++ b/CFBSharp.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CFBSharp", "src\CFBSharp\CFBSharp.csproj", "{CDDAF856-4BF3-44C5-9014-7B5E301024B8}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CFBSharp", "src\CFBSharp\CFBSharp.csproj", "{CD1A19FD-34E3-4890-89A1-95AB40AFC94D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -10,10 +10,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {CDDAF856-4BF3-44C5-9014-7B5E301024B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CDDAF856-4BF3-44C5-9014-7B5E301024B8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CDDAF856-4BF3-44C5-9014-7B5E301024B8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CDDAF856-4BF3-44C5-9014-7B5E301024B8}.Release|Any CPU.Build.0 = Release|Any CPU + {CD1A19FD-34E3-4890-89A1-95AB40AFC94D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CD1A19FD-34E3-4890-89A1-95AB40AFC94D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CD1A19FD-34E3-4890-89A1-95AB40AFC94D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CD1A19FD-34E3-4890-89A1-95AB40AFC94D}.Release|Any CPU.Build.0 = Release|Any CPU {19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU {19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/README.md b/README.md index 0a58c833..e6990d2c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This is an API for accessing all sorts of college football data. Please note th This C# SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: -- API version: 4.4.15 -- SDK version: 4.4.15 +- API version: 4.5.0 +- SDK version: 4.5.0 - Build package: io.swagger.codegen.languages.CSharpClientCodegen @@ -124,6 +124,7 @@ Class | Method | HTTP request | Description *RankingsApi* | [**GetRankings**](docs/RankingsApi.md#getrankings) | **GET** /rankings | Historical polls and rankings *RatingsApi* | [**GetConferenceSPRatings**](docs/RatingsApi.md#getconferencespratings) | **GET** /ratings/sp/conferences | Historical SP+ ratings by conference *RatingsApi* | [**GetEloRatings**](docs/RatingsApi.md#geteloratings) | **GET** /ratings/elo | Historical Elo ratings +*RatingsApi* | [**GetFPIRatings**](docs/RatingsApi.md#getfpiratings) | **GET** /ratings/fpi | Historical FPI ratings *RatingsApi* | [**GetSPRatings**](docs/RatingsApi.md#getspratings) | **GET** /ratings/sp | Historical SP+ ratings *RatingsApi* | [**GetSRSRatings**](docs/RatingsApi.md#getsrsratings) | **GET** /ratings/srs | Historical SRS ratings *RecruitingApi* | [**GetRecruitingGroups**](docs/RecruitingApi.md#getrecruitinggroups) | **GET** /recruiting/groups | Recruit position group ratings @@ -226,6 +227,9 @@ Class | Method | HTTP request | Description - [Model.ScoreboardGameWeather](docs/ScoreboardGameWeather.md) - [Model.Team](docs/Team.md) - [Model.TeamEloRating](docs/TeamEloRating.md) + - [Model.TeamFPIRating](docs/TeamFPIRating.md) + - [Model.TeamFPIRatingEfficiencies](docs/TeamFPIRatingEfficiencies.md) + - [Model.TeamFPIRatingResumeRanks](docs/TeamFPIRatingResumeRanks.md) - [Model.TeamGame](docs/TeamGame.md) - [Model.TeamGameStats](docs/TeamGameStats.md) - [Model.TeamGameTeams](docs/TeamGameTeams.md) diff --git a/docs/RatingsApi.md b/docs/RatingsApi.md index 805b1224..b65de3da 100644 --- a/docs/RatingsApi.md +++ b/docs/RatingsApi.md @@ -6,6 +6,7 @@ Method | HTTP request | Description ------------- | ------------- | ------------- [**GetConferenceSPRatings**](RatingsApi.md#getconferencespratings) | **GET** /ratings/sp/conferences | Historical SP+ ratings by conference [**GetEloRatings**](RatingsApi.md#geteloratings) | **GET** /ratings/elo | Historical Elo ratings +[**GetFPIRatings**](RatingsApi.md#getfpiratings) | **GET** /ratings/fpi | Historical FPI ratings [**GetSPRatings**](RatingsApi.md#getspratings) | **GET** /ratings/sp | Historical SP+ ratings [**GetSRSRatings**](RatingsApi.md#getsrsratings) | **GET** /ratings/srs | Historical SRS ratings @@ -152,6 +153,76 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + +# **GetFPIRatings** +> ICollection GetFPIRatings (int? year = null, string team = null, string conference = null) + +Historical FPI ratings + +FPI rating data + +### Example +```csharp +using System; +using System.Diagnostics; +using CFBSharp.Api; +using CFBSharp.Client; +using CFBSharp.Model; + +namespace Example +{ + public class GetFPIRatingsExample + { + public void main() + { + // Configure API key authorization: ApiKeyAuth + Configuration.Default.AddApiKey("Authorization", "YOUR_API_KEY"); + // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed + // Configuration.Default.AddApiKeyPrefix("Authorization", "Bearer"); + + var apiInstance = new RatingsApi(); + var year = 56; // int? | Season filter (optional) + var team = team_example; // string | Team filter (optional) + var conference = conference_example; // string | Conference filter (optional) + + try + { + // Historical FPI ratings + ICollection<TeamFPIRating> result = apiInstance.GetFPIRatings(year, team, conference); + Debug.WriteLine(result); + } + catch (Exception e) + { + Debug.Print("Exception when calling RatingsApi.GetFPIRatings: " + e.Message ); + } + } + } +} +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **year** | **int?**| Season filter | [optional] + **team** | **string**| Team filter | [optional] + **conference** | **string**| Conference filter | [optional] + +### Return type + +[**ICollection**](TeamFPIRating.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + # **GetSPRatings** > ICollection GetSPRatings (int? year = null, string team = null) diff --git a/docs/TeamFPIRating.md b/docs/TeamFPIRating.md new file mode 100644 index 00000000..bffd37b1 --- /dev/null +++ b/docs/TeamFPIRating.md @@ -0,0 +1,14 @@ +# CFBSharp.Model.TeamFPIRating +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Year** | **int?** | | [optional] +**Team** | **string** | | [optional] +**Conference** | **string** | | [optional] +**Fpi** | **decimal?** | | [optional] +**ResumeRanks** | [**TeamFPIRatingResumeRanks**](TeamFPIRatingResumeRanks.md) | | [optional] +**Efficiencies** | [**TeamFPIRatingEfficiencies**](TeamFPIRatingEfficiencies.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) + diff --git a/docs/TeamFPIRatingEfficiencies.md b/docs/TeamFPIRatingEfficiencies.md new file mode 100644 index 00000000..c4627e7b --- /dev/null +++ b/docs/TeamFPIRatingEfficiencies.md @@ -0,0 +1,12 @@ +# CFBSharp.Model.TeamFPIRatingEfficiencies +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Overall** | **decimal?** | | [optional] +**Offense** | **decimal?** | | [optional] +**Defense** | **decimal?** | | [optional] +**SpecialTeams** | **decimal?** | | [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) + diff --git a/docs/TeamFPIRatingResumeRanks.md b/docs/TeamFPIRatingResumeRanks.md new file mode 100644 index 00000000..49b470fd --- /dev/null +++ b/docs/TeamFPIRatingResumeRanks.md @@ -0,0 +1,14 @@ +# CFBSharp.Model.TeamFPIRatingResumeRanks +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**StrengthOfRecord** | **int?** | | [optional] +**Fpi** | **int?** | | [optional] +**AverageWinProbability** | **int?** | | [optional] +**StrengthOfSchedule** | **int?** | | [optional] +**RemainingStrengthOfSchedule** | **int?** | | [optional] +**GameControl** | **int?** | | [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) + diff --git a/src/CFBSharp/Api/BettingApi.cs b/src/CFBSharp/Api/BettingApi.cs index 515a9a6d..0b4cf76d 100644 --- a/src/CFBSharp/Api/BettingApi.cs +++ b/src/CFBSharp/Api/BettingApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Api/CoachesApi.cs b/src/CFBSharp/Api/CoachesApi.cs index 552cb476..3b159f16 100644 --- a/src/CFBSharp/Api/CoachesApi.cs +++ b/src/CFBSharp/Api/CoachesApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Api/ConferencesApi.cs b/src/CFBSharp/Api/ConferencesApi.cs index b2d8c25d..9838b316 100644 --- a/src/CFBSharp/Api/ConferencesApi.cs +++ b/src/CFBSharp/Api/ConferencesApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Api/DraftApi.cs b/src/CFBSharp/Api/DraftApi.cs index 33b457c6..fd428d10 100644 --- a/src/CFBSharp/Api/DraftApi.cs +++ b/src/CFBSharp/Api/DraftApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Api/DrivesApi.cs b/src/CFBSharp/Api/DrivesApi.cs index 045f7acf..aa0de999 100644 --- a/src/CFBSharp/Api/DrivesApi.cs +++ b/src/CFBSharp/Api/DrivesApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Api/GamesApi.cs b/src/CFBSharp/Api/GamesApi.cs index caf5c911..d57cf93c 100644 --- a/src/CFBSharp/Api/GamesApi.cs +++ b/src/CFBSharp/Api/GamesApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Api/MetricsApi.cs b/src/CFBSharp/Api/MetricsApi.cs index 021fffae..0a9d2827 100644 --- a/src/CFBSharp/Api/MetricsApi.cs +++ b/src/CFBSharp/Api/MetricsApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Api/PlayersApi.cs b/src/CFBSharp/Api/PlayersApi.cs index 6e061bca..9fbc10eb 100644 --- a/src/CFBSharp/Api/PlayersApi.cs +++ b/src/CFBSharp/Api/PlayersApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Api/PlaysApi.cs b/src/CFBSharp/Api/PlaysApi.cs index 71632655..1e8b9a7b 100644 --- a/src/CFBSharp/Api/PlaysApi.cs +++ b/src/CFBSharp/Api/PlaysApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Api/RankingsApi.cs b/src/CFBSharp/Api/RankingsApi.cs index 16c61a6e..22bcfe57 100644 --- a/src/CFBSharp/Api/RankingsApi.cs +++ b/src/CFBSharp/Api/RankingsApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Api/RatingsApi.cs b/src/CFBSharp/Api/RatingsApi.cs index bb9a117f..793b85eb 100644 --- a/src/CFBSharp/Api/RatingsApi.cs +++ b/src/CFBSharp/Api/RatingsApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ @@ -77,6 +77,31 @@ public interface IRatingsApi : IApiAccessor /// ApiResponse of ICollection<TeamEloRating> ApiResponse> GetEloRatingsWithHttpInfo (int? year = null, int? week = null, Object seasonType = null, string team = null, string conference = null); /// + /// Historical FPI ratings + /// + /// + /// FPI rating data + /// + /// Thrown when fails to make API call + /// Season filter (optional) + /// Team filter (optional) + /// Conference filter (optional) + /// ICollection<TeamFPIRating> + ICollection GetFPIRatings (int? year = null, string team = null, string conference = null); + + /// + /// Historical FPI ratings + /// + /// + /// FPI rating data + /// + /// Thrown when fails to make API call + /// Season filter (optional) + /// Team filter (optional) + /// Conference filter (optional) + /// ApiResponse of ICollection<TeamFPIRating> + ApiResponse> GetFPIRatingsWithHttpInfo (int? year = null, string team = null, string conference = null); + /// /// Historical SP+ ratings /// /// @@ -179,6 +204,31 @@ public interface IRatingsApi : IApiAccessor /// Task of ApiResponse (ICollection<TeamEloRating>) System.Threading.Tasks.Task>> GetEloRatingsAsyncWithHttpInfo (int? year = null, int? week = null, Object seasonType = null, string team = null, string conference = null); /// + /// Historical FPI ratings + /// + /// + /// FPI rating data + /// + /// Thrown when fails to make API call + /// Season filter (optional) + /// Team filter (optional) + /// Conference filter (optional) + /// Task of ICollection<TeamFPIRating> + System.Threading.Tasks.Task> GetFPIRatingsAsync (int? year = null, string team = null, string conference = null); + + /// + /// Historical FPI ratings + /// + /// + /// FPI rating data + /// + /// Thrown when fails to make API call + /// Season filter (optional) + /// Team filter (optional) + /// Conference filter (optional) + /// Task of ApiResponse (ICollection<TeamFPIRating>) + System.Threading.Tasks.Task>> GetFPIRatingsAsyncWithHttpInfo (int? year = null, string team = null, string conference = null); + /// /// Historical SP+ ratings /// /// @@ -630,6 +680,155 @@ public async System.Threading.Tasks.Task> (ICollection) this.Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); } + /// + /// Historical FPI ratings FPI rating data + /// + /// Thrown when fails to make API call + /// Season filter (optional) + /// Team filter (optional) + /// Conference filter (optional) + /// ICollection<TeamFPIRating> + public ICollection GetFPIRatings (int? year = null, string team = null, string conference = null) + { + ApiResponse> localVarResponse = GetFPIRatingsWithHttpInfo(year, team, conference); + return localVarResponse.Data; + } + + /// + /// Historical FPI ratings FPI rating data + /// + /// Thrown when fails to make API call + /// Season filter (optional) + /// Team filter (optional) + /// Conference filter (optional) + /// ApiResponse of ICollection<TeamFPIRating> + public ApiResponse< ICollection > GetFPIRatingsWithHttpInfo (int? year = null, string team = null, string conference = null) + { + + var localVarPath = "./ratings/fpi"; + var localVarPathParams = new Dictionary(); + var localVarQueryParams = new List>(); + var localVarHeaderParams = new Dictionary(this.Configuration.DefaultHeader); + var localVarFormParams = new Dictionary(); + var localVarFileParams = new Dictionary(); + Object localVarPostBody = null; + + // to determine the Content-Type header + String[] localVarHttpContentTypes = new String[] { + }; + String localVarHttpContentType = this.Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes); + + // to determine the Accept header + String[] localVarHttpHeaderAccepts = new String[] { + "application/json" + }; + String localVarHttpHeaderAccept = this.Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts); + if (localVarHttpHeaderAccept != null) + localVarHeaderParams.Add("Accept", localVarHttpHeaderAccept); + + if (year != null) localVarQueryParams.AddRange(this.Configuration.ApiClient.ParameterToKeyValuePairs("", "year", year)); // query parameter + if (team != null) localVarQueryParams.AddRange(this.Configuration.ApiClient.ParameterToKeyValuePairs("", "team", team)); // query parameter + if (conference != null) localVarQueryParams.AddRange(this.Configuration.ApiClient.ParameterToKeyValuePairs("", "conference", conference)); // query parameter + + // authentication (ApiKeyAuth) required + if (!String.IsNullOrEmpty(this.Configuration.GetApiKeyWithPrefix("Authorization"))) + { + localVarHeaderParams["Authorization"] = this.Configuration.GetApiKeyWithPrefix("Authorization"); + } + + // make the HTTP request + IRestResponse localVarResponse = (IRestResponse) this.Configuration.ApiClient.CallApi(localVarPath, + Method.GET, localVarQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarFileParams, + localVarPathParams, localVarHttpContentType); + + int localVarStatusCode = (int) localVarResponse.StatusCode; + + if (ExceptionFactory != null) + { + Exception exception = ExceptionFactory("GetFPIRatings", localVarResponse); + if (exception != null) throw exception; + } + + return new ApiResponse>(localVarStatusCode, + localVarResponse.Headers.ToDictionary(x => x.Key, x => x.Value.ToString()), + (ICollection) this.Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); + } + + /// + /// Historical FPI ratings FPI rating data + /// + /// Thrown when fails to make API call + /// Season filter (optional) + /// Team filter (optional) + /// Conference filter (optional) + /// Task of ICollection<TeamFPIRating> + public async System.Threading.Tasks.Task> GetFPIRatingsAsync (int? year = null, string team = null, string conference = null) + { + ApiResponse> localVarResponse = await GetFPIRatingsAsyncWithHttpInfo(year, team, conference); + return localVarResponse.Data; + + } + + /// + /// Historical FPI ratings FPI rating data + /// + /// Thrown when fails to make API call + /// Season filter (optional) + /// Team filter (optional) + /// Conference filter (optional) + /// Task of ApiResponse (ICollection<TeamFPIRating>) + public async System.Threading.Tasks.Task>> GetFPIRatingsAsyncWithHttpInfo (int? year = null, string team = null, string conference = null) + { + + var localVarPath = "./ratings/fpi"; + var localVarPathParams = new Dictionary(); + var localVarQueryParams = new List>(); + var localVarHeaderParams = new Dictionary(this.Configuration.DefaultHeader); + var localVarFormParams = new Dictionary(); + var localVarFileParams = new Dictionary(); + Object localVarPostBody = null; + + // to determine the Content-Type header + String[] localVarHttpContentTypes = new String[] { + }; + String localVarHttpContentType = this.Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes); + + // to determine the Accept header + String[] localVarHttpHeaderAccepts = new String[] { + "application/json" + }; + String localVarHttpHeaderAccept = this.Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts); + if (localVarHttpHeaderAccept != null) + localVarHeaderParams.Add("Accept", localVarHttpHeaderAccept); + + if (year != null) localVarQueryParams.AddRange(this.Configuration.ApiClient.ParameterToKeyValuePairs("", "year", year)); // query parameter + if (team != null) localVarQueryParams.AddRange(this.Configuration.ApiClient.ParameterToKeyValuePairs("", "team", team)); // query parameter + if (conference != null) localVarQueryParams.AddRange(this.Configuration.ApiClient.ParameterToKeyValuePairs("", "conference", conference)); // query parameter + + // authentication (ApiKeyAuth) required + if (!String.IsNullOrEmpty(this.Configuration.GetApiKeyWithPrefix("Authorization"))) + { + localVarHeaderParams["Authorization"] = this.Configuration.GetApiKeyWithPrefix("Authorization"); + } + + // make the HTTP request + IRestResponse localVarResponse = (IRestResponse) await this.Configuration.ApiClient.CallApiAsync(localVarPath, + Method.GET, localVarQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarFileParams, + localVarPathParams, localVarHttpContentType); + + int localVarStatusCode = (int) localVarResponse.StatusCode; + + if (ExceptionFactory != null) + { + Exception exception = ExceptionFactory("GetFPIRatings", localVarResponse); + if (exception != null) throw exception; + } + + return new ApiResponse>(localVarStatusCode, + localVarResponse.Headers.ToDictionary(x => x.Key, x => x.Value.ToString()), + (ICollection) this.Configuration.ApiClient.Deserialize(localVarResponse, typeof(List))); + } + /// /// Historical SP+ ratings SP+ rating data /// diff --git a/src/CFBSharp/Api/RecruitingApi.cs b/src/CFBSharp/Api/RecruitingApi.cs index 4d96fa2f..80b7c97f 100644 --- a/src/CFBSharp/Api/RecruitingApi.cs +++ b/src/CFBSharp/Api/RecruitingApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Api/StatsApi.cs b/src/CFBSharp/Api/StatsApi.cs index 59979d95..8194be6b 100644 --- a/src/CFBSharp/Api/StatsApi.cs +++ b/src/CFBSharp/Api/StatsApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Api/TeamsApi.cs b/src/CFBSharp/Api/TeamsApi.cs index d1d73d13..c8a9a8ac 100644 --- a/src/CFBSharp/Api/TeamsApi.cs +++ b/src/CFBSharp/Api/TeamsApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Api/VenuesApi.cs b/src/CFBSharp/Api/VenuesApi.cs index 3d0ae23d..fb0c9b8c 100644 --- a/src/CFBSharp/Api/VenuesApi.cs +++ b/src/CFBSharp/Api/VenuesApi.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/CFBSharp.csproj b/src/CFBSharp/CFBSharp.csproj index d3031c81..95cdf857 100644 --- a/src/CFBSharp/CFBSharp.csproj +++ b/src/CFBSharp/CFBSharp.csproj @@ -14,7 +14,7 @@ true true CFBSharp - 4.4.15 + 4.5.0 https://github.com/cfbd/CFBSharp.git git https://cfbd-public.s3.us-east-2.amazonaws.com/package_logo.png diff --git a/src/CFBSharp/Client/ApiClient.cs b/src/CFBSharp/Client/ApiClient.cs index d714c10a..a6457c00 100644 --- a/src/CFBSharp/Client/ApiClient.cs +++ b/src/CFBSharp/Client/ApiClient.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Client/ApiException.cs b/src/CFBSharp/Client/ApiException.cs index 66da2f6d..61bc510c 100644 --- a/src/CFBSharp/Client/ApiException.cs +++ b/src/CFBSharp/Client/ApiException.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Client/ApiResponse.cs b/src/CFBSharp/Client/ApiResponse.cs index 4a4a5fd1..91db1c89 100644 --- a/src/CFBSharp/Client/ApiResponse.cs +++ b/src/CFBSharp/Client/ApiResponse.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Client/Configuration.cs b/src/CFBSharp/Client/Configuration.cs index 38f24126..1f5561e5 100644 --- a/src/CFBSharp/Client/Configuration.cs +++ b/src/CFBSharp/Client/Configuration.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ @@ -415,7 +415,7 @@ public static String ToDebugReport() { String report = "C# SDK (CFBSharp) Debug Report:\n"; report += " OS: " + System.Runtime.InteropServices.RuntimeInformation.OSDescription + "\n"; - report += " Version of the API: 4.4.15\n"; + report += " Version of the API: 4.5.0\n"; report += " SDK Package Version: 1.0.0\n"; return report; diff --git a/src/CFBSharp/Client/ExceptionFactory.cs b/src/CFBSharp/Client/ExceptionFactory.cs index 34bd216a..4209cf3c 100644 --- a/src/CFBSharp/Client/ExceptionFactory.cs +++ b/src/CFBSharp/Client/ExceptionFactory.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Client/GlobalConfiguration.cs b/src/CFBSharp/Client/GlobalConfiguration.cs index 7162d258..5b614ffa 100644 --- a/src/CFBSharp/Client/GlobalConfiguration.cs +++ b/src/CFBSharp/Client/GlobalConfiguration.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Client/IApiAccessor.cs b/src/CFBSharp/Client/IApiAccessor.cs index 01c7ec49..4a810314 100644 --- a/src/CFBSharp/Client/IApiAccessor.cs +++ b/src/CFBSharp/Client/IApiAccessor.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Client/IReadableConfiguration.cs b/src/CFBSharp/Client/IReadableConfiguration.cs index 68143441..8e0883ac 100644 --- a/src/CFBSharp/Client/IReadableConfiguration.cs +++ b/src/CFBSharp/Client/IReadableConfiguration.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Client/SwaggerDateConverter.cs b/src/CFBSharp/Client/SwaggerDateConverter.cs index c2374dd4..9c88ab76 100644 --- a/src/CFBSharp/Client/SwaggerDateConverter.cs +++ b/src/CFBSharp/Client/SwaggerDateConverter.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/AdvancedGameStat.cs b/src/CFBSharp/Model/AdvancedGameStat.cs index 8be9e2ca..2734e8ff 100644 --- a/src/CFBSharp/Model/AdvancedGameStat.cs +++ b/src/CFBSharp/Model/AdvancedGameStat.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/AdvancedGameStatOffense.cs b/src/CFBSharp/Model/AdvancedGameStatOffense.cs index bc754f5a..9c24b5f8 100644 --- a/src/CFBSharp/Model/AdvancedGameStatOffense.cs +++ b/src/CFBSharp/Model/AdvancedGameStatOffense.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/AdvancedGameStatOffenseRushingPlays.cs b/src/CFBSharp/Model/AdvancedGameStatOffenseRushingPlays.cs index 4c966fa1..2002c0ce 100644 --- a/src/CFBSharp/Model/AdvancedGameStatOffenseRushingPlays.cs +++ b/src/CFBSharp/Model/AdvancedGameStatOffenseRushingPlays.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/AdvancedGameStatOffenseStandardDowns.cs b/src/CFBSharp/Model/AdvancedGameStatOffenseStandardDowns.cs index 50d3858f..d8f203ce 100644 --- a/src/CFBSharp/Model/AdvancedGameStatOffenseStandardDowns.cs +++ b/src/CFBSharp/Model/AdvancedGameStatOffenseStandardDowns.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/AdvancedSeasonStat.cs b/src/CFBSharp/Model/AdvancedSeasonStat.cs index a9a0380b..8f990016 100644 --- a/src/CFBSharp/Model/AdvancedSeasonStat.cs +++ b/src/CFBSharp/Model/AdvancedSeasonStat.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/AdvancedSeasonStatOffense.cs b/src/CFBSharp/Model/AdvancedSeasonStatOffense.cs index 0fab9184..ddc6c912 100644 --- a/src/CFBSharp/Model/AdvancedSeasonStatOffense.cs +++ b/src/CFBSharp/Model/AdvancedSeasonStatOffense.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/AdvancedSeasonStatOffenseFieldPosition.cs b/src/CFBSharp/Model/AdvancedSeasonStatOffenseFieldPosition.cs index 7a0f29c1..5ccdc45e 100644 --- a/src/CFBSharp/Model/AdvancedSeasonStatOffenseFieldPosition.cs +++ b/src/CFBSharp/Model/AdvancedSeasonStatOffenseFieldPosition.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/AdvancedSeasonStatOffenseRushingPlays.cs b/src/CFBSharp/Model/AdvancedSeasonStatOffenseRushingPlays.cs index ecea8063..50dcf6cb 100644 --- a/src/CFBSharp/Model/AdvancedSeasonStatOffenseRushingPlays.cs +++ b/src/CFBSharp/Model/AdvancedSeasonStatOffenseRushingPlays.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/AdvancedSeasonStatOffenseStandardDowns.cs b/src/CFBSharp/Model/AdvancedSeasonStatOffenseStandardDowns.cs index 65746eae..1ed68ab9 100644 --- a/src/CFBSharp/Model/AdvancedSeasonStatOffenseStandardDowns.cs +++ b/src/CFBSharp/Model/AdvancedSeasonStatOffenseStandardDowns.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScore.cs b/src/CFBSharp/Model/BoxScore.cs index 1ee68edb..1da79768 100644 --- a/src/CFBSharp/Model/BoxScore.cs +++ b/src/CFBSharp/Model/BoxScore.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScorePlayers.cs b/src/CFBSharp/Model/BoxScorePlayers.cs index bf3c19dd..083f88ad 100644 --- a/src/CFBSharp/Model/BoxScorePlayers.cs +++ b/src/CFBSharp/Model/BoxScorePlayers.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScorePlayersAverage.cs b/src/CFBSharp/Model/BoxScorePlayersAverage.cs index 84908f6d..84103f6b 100644 --- a/src/CFBSharp/Model/BoxScorePlayersAverage.cs +++ b/src/CFBSharp/Model/BoxScorePlayersAverage.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScorePlayersPpa.cs b/src/CFBSharp/Model/BoxScorePlayersPpa.cs index fd2c9fa8..cd6179d5 100644 --- a/src/CFBSharp/Model/BoxScorePlayersPpa.cs +++ b/src/CFBSharp/Model/BoxScorePlayersPpa.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScorePlayersUsage.cs b/src/CFBSharp/Model/BoxScorePlayersUsage.cs index e99ace61..1789dc37 100644 --- a/src/CFBSharp/Model/BoxScorePlayersUsage.cs +++ b/src/CFBSharp/Model/BoxScorePlayersUsage.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScoreTeams.cs b/src/CFBSharp/Model/BoxScoreTeams.cs index 818dd03b..27d0f163 100644 --- a/src/CFBSharp/Model/BoxScoreTeams.cs +++ b/src/CFBSharp/Model/BoxScoreTeams.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScoreTeamsExplosiveness.cs b/src/CFBSharp/Model/BoxScoreTeamsExplosiveness.cs index e162b46b..74bfc77e 100644 --- a/src/CFBSharp/Model/BoxScoreTeamsExplosiveness.cs +++ b/src/CFBSharp/Model/BoxScoreTeamsExplosiveness.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScoreTeamsFieldPosition.cs b/src/CFBSharp/Model/BoxScoreTeamsFieldPosition.cs index 25037e77..283cb5ab 100644 --- a/src/CFBSharp/Model/BoxScoreTeamsFieldPosition.cs +++ b/src/CFBSharp/Model/BoxScoreTeamsFieldPosition.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScoreTeamsHavoc.cs b/src/CFBSharp/Model/BoxScoreTeamsHavoc.cs index befcbf0a..47be91d1 100644 --- a/src/CFBSharp/Model/BoxScoreTeamsHavoc.cs +++ b/src/CFBSharp/Model/BoxScoreTeamsHavoc.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScoreTeamsOverall.cs b/src/CFBSharp/Model/BoxScoreTeamsOverall.cs index 2c9ff823..d461312d 100644 --- a/src/CFBSharp/Model/BoxScoreTeamsOverall.cs +++ b/src/CFBSharp/Model/BoxScoreTeamsOverall.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScoreTeamsPpa.cs b/src/CFBSharp/Model/BoxScoreTeamsPpa.cs index 88807ed3..7c11d888 100644 --- a/src/CFBSharp/Model/BoxScoreTeamsPpa.cs +++ b/src/CFBSharp/Model/BoxScoreTeamsPpa.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScoreTeamsRushing.cs b/src/CFBSharp/Model/BoxScoreTeamsRushing.cs index bbaf82cc..1f992385 100644 --- a/src/CFBSharp/Model/BoxScoreTeamsRushing.cs +++ b/src/CFBSharp/Model/BoxScoreTeamsRushing.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScoreTeamsScoringOpportunities.cs b/src/CFBSharp/Model/BoxScoreTeamsScoringOpportunities.cs index 1825b940..d01cf243 100644 --- a/src/CFBSharp/Model/BoxScoreTeamsScoringOpportunities.cs +++ b/src/CFBSharp/Model/BoxScoreTeamsScoringOpportunities.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/BoxScoreTeamsSuccessRates.cs b/src/CFBSharp/Model/BoxScoreTeamsSuccessRates.cs index 5d3ac1cc..80326af3 100644 --- a/src/CFBSharp/Model/BoxScoreTeamsSuccessRates.cs +++ b/src/CFBSharp/Model/BoxScoreTeamsSuccessRates.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/Coach.cs b/src/CFBSharp/Model/Coach.cs index d6328db7..f43652d9 100644 --- a/src/CFBSharp/Model/Coach.cs +++ b/src/CFBSharp/Model/Coach.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/CoachSeasons.cs b/src/CFBSharp/Model/CoachSeasons.cs index 8c04ec59..e0588f78 100644 --- a/src/CFBSharp/Model/CoachSeasons.cs +++ b/src/CFBSharp/Model/CoachSeasons.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/Conference.cs b/src/CFBSharp/Model/Conference.cs index 3b9c07c5..16999a1f 100644 --- a/src/CFBSharp/Model/Conference.cs +++ b/src/CFBSharp/Model/Conference.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/ConferenceSPRating.cs b/src/CFBSharp/Model/ConferenceSPRating.cs index f993769c..70187966 100644 --- a/src/CFBSharp/Model/ConferenceSPRating.cs +++ b/src/CFBSharp/Model/ConferenceSPRating.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/ConferenceSPRatingDefense.cs b/src/CFBSharp/Model/ConferenceSPRatingDefense.cs index 6b99e80f..ce39aec4 100644 --- a/src/CFBSharp/Model/ConferenceSPRatingDefense.cs +++ b/src/CFBSharp/Model/ConferenceSPRatingDefense.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/ConferenceSPRatingOffense.cs b/src/CFBSharp/Model/ConferenceSPRatingOffense.cs index c5770a0d..f9789019 100644 --- a/src/CFBSharp/Model/ConferenceSPRatingOffense.cs +++ b/src/CFBSharp/Model/ConferenceSPRatingOffense.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/DraftPick.cs b/src/CFBSharp/Model/DraftPick.cs index 7cc09eb5..1425f91c 100644 --- a/src/CFBSharp/Model/DraftPick.cs +++ b/src/CFBSharp/Model/DraftPick.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/DraftPickHometownInfo.cs b/src/CFBSharp/Model/DraftPickHometownInfo.cs index 1cc071b4..51177b3b 100644 --- a/src/CFBSharp/Model/DraftPickHometownInfo.cs +++ b/src/CFBSharp/Model/DraftPickHometownInfo.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/DraftPosition.cs b/src/CFBSharp/Model/DraftPosition.cs index 8692e10c..de6691ae 100644 --- a/src/CFBSharp/Model/DraftPosition.cs +++ b/src/CFBSharp/Model/DraftPosition.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/DraftTeam.cs b/src/CFBSharp/Model/DraftTeam.cs index 0dcc3b12..aed770a3 100644 --- a/src/CFBSharp/Model/DraftTeam.cs +++ b/src/CFBSharp/Model/DraftTeam.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/Drive.cs b/src/CFBSharp/Model/Drive.cs index b9d85566..88acaaa2 100644 --- a/src/CFBSharp/Model/Drive.cs +++ b/src/CFBSharp/Model/Drive.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/DriveStartTime.cs b/src/CFBSharp/Model/DriveStartTime.cs index 28191436..d063c7c5 100644 --- a/src/CFBSharp/Model/DriveStartTime.cs +++ b/src/CFBSharp/Model/DriveStartTime.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/Game.cs b/src/CFBSharp/Model/Game.cs index 7f0bb9b5..9097b87a 100644 --- a/src/CFBSharp/Model/Game.cs +++ b/src/CFBSharp/Model/Game.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/GameLines.cs b/src/CFBSharp/Model/GameLines.cs index 7dca3243..420a8637 100644 --- a/src/CFBSharp/Model/GameLines.cs +++ b/src/CFBSharp/Model/GameLines.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/GameLinesLines.cs b/src/CFBSharp/Model/GameLinesLines.cs index b8f6b708..4475ab86 100644 --- a/src/CFBSharp/Model/GameLinesLines.cs +++ b/src/CFBSharp/Model/GameLinesLines.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/GameMedia.cs b/src/CFBSharp/Model/GameMedia.cs index bad949de..89fe034f 100644 --- a/src/CFBSharp/Model/GameMedia.cs +++ b/src/CFBSharp/Model/GameMedia.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/GamePPA.cs b/src/CFBSharp/Model/GamePPA.cs index ad4e9fba..c3ece473 100644 --- a/src/CFBSharp/Model/GamePPA.cs +++ b/src/CFBSharp/Model/GamePPA.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/GamePPAOffense.cs b/src/CFBSharp/Model/GamePPAOffense.cs index 8903cbb3..5ab93bad 100644 --- a/src/CFBSharp/Model/GamePPAOffense.cs +++ b/src/CFBSharp/Model/GamePPAOffense.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/GameWeather.cs b/src/CFBSharp/Model/GameWeather.cs index e408a957..8b326938 100644 --- a/src/CFBSharp/Model/GameWeather.cs +++ b/src/CFBSharp/Model/GameWeather.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/LivePlayByPlay.cs b/src/CFBSharp/Model/LivePlayByPlay.cs index 8af1ddb3..a6d02d02 100644 --- a/src/CFBSharp/Model/LivePlayByPlay.cs +++ b/src/CFBSharp/Model/LivePlayByPlay.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/LivePlayByPlayDrives.cs b/src/CFBSharp/Model/LivePlayByPlayDrives.cs index 3a996261..2a705e69 100644 --- a/src/CFBSharp/Model/LivePlayByPlayDrives.cs +++ b/src/CFBSharp/Model/LivePlayByPlayDrives.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/LivePlayByPlayPlays.cs b/src/CFBSharp/Model/LivePlayByPlayPlays.cs index 4af7e893..0d6b6737 100644 --- a/src/CFBSharp/Model/LivePlayByPlayPlays.cs +++ b/src/CFBSharp/Model/LivePlayByPlayPlays.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/LivePlayByPlayTeams.cs b/src/CFBSharp/Model/LivePlayByPlayTeams.cs index cf150938..e364f8f6 100644 --- a/src/CFBSharp/Model/LivePlayByPlayTeams.cs +++ b/src/CFBSharp/Model/LivePlayByPlayTeams.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/Play.cs b/src/CFBSharp/Model/Play.cs index 5d723cad..6af14b09 100644 --- a/src/CFBSharp/Model/Play.cs +++ b/src/CFBSharp/Model/Play.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayStat.cs b/src/CFBSharp/Model/PlayStat.cs index 26e4d810..a45eae66 100644 --- a/src/CFBSharp/Model/PlayStat.cs +++ b/src/CFBSharp/Model/PlayStat.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayStatType.cs b/src/CFBSharp/Model/PlayStatType.cs index 0ba487d2..e7f83715 100644 --- a/src/CFBSharp/Model/PlayStatType.cs +++ b/src/CFBSharp/Model/PlayStatType.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayType.cs b/src/CFBSharp/Model/PlayType.cs index 37079406..e737ad37 100644 --- a/src/CFBSharp/Model/PlayType.cs +++ b/src/CFBSharp/Model/PlayType.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayWP.cs b/src/CFBSharp/Model/PlayWP.cs index b397ff6c..d05e990e 100644 --- a/src/CFBSharp/Model/PlayWP.cs +++ b/src/CFBSharp/Model/PlayWP.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/Player.cs b/src/CFBSharp/Model/Player.cs index d922e525..5d2eb718 100644 --- a/src/CFBSharp/Model/Player.cs +++ b/src/CFBSharp/Model/Player.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayerGame.cs b/src/CFBSharp/Model/PlayerGame.cs index 33c8ab35..6b0c1003 100644 --- a/src/CFBSharp/Model/PlayerGame.cs +++ b/src/CFBSharp/Model/PlayerGame.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayerGameAthletes.cs b/src/CFBSharp/Model/PlayerGameAthletes.cs index 27b387eb..4bcb82a6 100644 --- a/src/CFBSharp/Model/PlayerGameAthletes.cs +++ b/src/CFBSharp/Model/PlayerGameAthletes.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayerGameCategories.cs b/src/CFBSharp/Model/PlayerGameCategories.cs index 5bc1faf9..3ddac188 100644 --- a/src/CFBSharp/Model/PlayerGameCategories.cs +++ b/src/CFBSharp/Model/PlayerGameCategories.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayerGamePPA.cs b/src/CFBSharp/Model/PlayerGamePPA.cs index f9e6bd42..9fa05340 100644 --- a/src/CFBSharp/Model/PlayerGamePPA.cs +++ b/src/CFBSharp/Model/PlayerGamePPA.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayerGamePPAAveragePPA.cs b/src/CFBSharp/Model/PlayerGamePPAAveragePPA.cs index 609b412e..14dadfc8 100644 --- a/src/CFBSharp/Model/PlayerGamePPAAveragePPA.cs +++ b/src/CFBSharp/Model/PlayerGamePPAAveragePPA.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayerGameTeams.cs b/src/CFBSharp/Model/PlayerGameTeams.cs index 64552147..773548ac 100644 --- a/src/CFBSharp/Model/PlayerGameTeams.cs +++ b/src/CFBSharp/Model/PlayerGameTeams.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayerGameTypes.cs b/src/CFBSharp/Model/PlayerGameTypes.cs index f3a5b97c..eb395904 100644 --- a/src/CFBSharp/Model/PlayerGameTypes.cs +++ b/src/CFBSharp/Model/PlayerGameTypes.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayerSearchResult.cs b/src/CFBSharp/Model/PlayerSearchResult.cs index e341494b..7393d428 100644 --- a/src/CFBSharp/Model/PlayerSearchResult.cs +++ b/src/CFBSharp/Model/PlayerSearchResult.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayerSeasonPPA.cs b/src/CFBSharp/Model/PlayerSeasonPPA.cs index b5d424f9..b0755c71 100644 --- a/src/CFBSharp/Model/PlayerSeasonPPA.cs +++ b/src/CFBSharp/Model/PlayerSeasonPPA.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayerSeasonPPAAveragePPA.cs b/src/CFBSharp/Model/PlayerSeasonPPAAveragePPA.cs index ceee3245..12769100 100644 --- a/src/CFBSharp/Model/PlayerSeasonPPAAveragePPA.cs +++ b/src/CFBSharp/Model/PlayerSeasonPPAAveragePPA.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayerSeasonStat.cs b/src/CFBSharp/Model/PlayerSeasonStat.cs index 3d159254..d5f72905 100644 --- a/src/CFBSharp/Model/PlayerSeasonStat.cs +++ b/src/CFBSharp/Model/PlayerSeasonStat.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayerUsage.cs b/src/CFBSharp/Model/PlayerUsage.cs index 5be7189c..7ef64862 100644 --- a/src/CFBSharp/Model/PlayerUsage.cs +++ b/src/CFBSharp/Model/PlayerUsage.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PlayerUsageUsage.cs b/src/CFBSharp/Model/PlayerUsageUsage.cs index 0a19d541..48e34e2e 100644 --- a/src/CFBSharp/Model/PlayerUsageUsage.cs +++ b/src/CFBSharp/Model/PlayerUsageUsage.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PortalPlayer.cs b/src/CFBSharp/Model/PortalPlayer.cs index be30faf6..86d44d20 100644 --- a/src/CFBSharp/Model/PortalPlayer.cs +++ b/src/CFBSharp/Model/PortalPlayer.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PositionGroupRecruitingRating.cs b/src/CFBSharp/Model/PositionGroupRecruitingRating.cs index df3b8581..c334d381 100644 --- a/src/CFBSharp/Model/PositionGroupRecruitingRating.cs +++ b/src/CFBSharp/Model/PositionGroupRecruitingRating.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PredictedPoints.cs b/src/CFBSharp/Model/PredictedPoints.cs index b60701de..2390dc7e 100644 --- a/src/CFBSharp/Model/PredictedPoints.cs +++ b/src/CFBSharp/Model/PredictedPoints.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/PregameWP.cs b/src/CFBSharp/Model/PregameWP.cs index dcbba1b0..1110caf6 100644 --- a/src/CFBSharp/Model/PregameWP.cs +++ b/src/CFBSharp/Model/PregameWP.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/RankingWeek.cs b/src/CFBSharp/Model/RankingWeek.cs index 0ac6ce90..6ec4df6c 100644 --- a/src/CFBSharp/Model/RankingWeek.cs +++ b/src/CFBSharp/Model/RankingWeek.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/RankingWeekPolls.cs b/src/CFBSharp/Model/RankingWeekPolls.cs index 1d82964d..5f0218ee 100644 --- a/src/CFBSharp/Model/RankingWeekPolls.cs +++ b/src/CFBSharp/Model/RankingWeekPolls.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/RankingWeekRanks.cs b/src/CFBSharp/Model/RankingWeekRanks.cs index cf72a894..6f89c2df 100644 --- a/src/CFBSharp/Model/RankingWeekRanks.cs +++ b/src/CFBSharp/Model/RankingWeekRanks.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/Recruit.cs b/src/CFBSharp/Model/Recruit.cs index dbe2795f..03fa7aa7 100644 --- a/src/CFBSharp/Model/Recruit.cs +++ b/src/CFBSharp/Model/Recruit.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/RecruitHometownInfo.cs b/src/CFBSharp/Model/RecruitHometownInfo.cs index 1e07750f..5ab0bca1 100644 --- a/src/CFBSharp/Model/RecruitHometownInfo.cs +++ b/src/CFBSharp/Model/RecruitHometownInfo.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/ReturningProduction.cs b/src/CFBSharp/Model/ReturningProduction.cs index cea7b424..4833e57d 100644 --- a/src/CFBSharp/Model/ReturningProduction.cs +++ b/src/CFBSharp/Model/ReturningProduction.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/ScoreboardGame.cs b/src/CFBSharp/Model/ScoreboardGame.cs index 2b129dcb..0b614e75 100644 --- a/src/CFBSharp/Model/ScoreboardGame.cs +++ b/src/CFBSharp/Model/ScoreboardGame.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/ScoreboardGameBetting.cs b/src/CFBSharp/Model/ScoreboardGameBetting.cs index d204ad6a..c29c569b 100644 --- a/src/CFBSharp/Model/ScoreboardGameBetting.cs +++ b/src/CFBSharp/Model/ScoreboardGameBetting.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/ScoreboardGameHomeTeam.cs b/src/CFBSharp/Model/ScoreboardGameHomeTeam.cs index 98370d7d..98bdd946 100644 --- a/src/CFBSharp/Model/ScoreboardGameHomeTeam.cs +++ b/src/CFBSharp/Model/ScoreboardGameHomeTeam.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/ScoreboardGameVenue.cs b/src/CFBSharp/Model/ScoreboardGameVenue.cs index b7f3b995..45306c88 100644 --- a/src/CFBSharp/Model/ScoreboardGameVenue.cs +++ b/src/CFBSharp/Model/ScoreboardGameVenue.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/ScoreboardGameWeather.cs b/src/CFBSharp/Model/ScoreboardGameWeather.cs index 9b8b28d5..0db54ac2 100644 --- a/src/CFBSharp/Model/ScoreboardGameWeather.cs +++ b/src/CFBSharp/Model/ScoreboardGameWeather.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/Team.cs b/src/CFBSharp/Model/Team.cs index 0ce7dfcc..64b8becb 100644 --- a/src/CFBSharp/Model/Team.cs +++ b/src/CFBSharp/Model/Team.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamEloRating.cs b/src/CFBSharp/Model/TeamEloRating.cs index 8b923331..83970bab 100644 --- a/src/CFBSharp/Model/TeamEloRating.cs +++ b/src/CFBSharp/Model/TeamEloRating.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamFPIRating.cs b/src/CFBSharp/Model/TeamFPIRating.cs new file mode 100644 index 00000000..ba0d78ef --- /dev/null +++ b/src/CFBSharp/Model/TeamFPIRating.cs @@ -0,0 +1,192 @@ +/* + * College Football Data API + * + * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. + * + * OpenAPI spec version: 4.5.0 + * Contact: admin@collegefootballdata.com + * Generated by: https://github.com/swagger-api/swagger-codegen.git + */ + +using System; +using System.Linq; +using System.IO; +using System.Text; +using System.Collections; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.Runtime.Serialization; +using Newtonsoft.Json; +using Newtonsoft.Json.Converters; +using SwaggerDateConverter = CFBSharp.Client.SwaggerDateConverter; + +namespace CFBSharp.Model +{ + /// + /// TeamFPIRating + /// + [DataContract] + public partial class TeamFPIRating : IEquatable + { + /// + /// Initializes a new instance of the class. + /// + /// year. + /// team. + /// conference. + /// fpi. + /// resumeRanks. + /// efficiencies. + public TeamFPIRating(int? year = default(int?), string team = default(string), string conference = default(string), decimal? fpi = default(decimal?), TeamFPIRatingResumeRanks resumeRanks = default(TeamFPIRatingResumeRanks), TeamFPIRatingEfficiencies efficiencies = default(TeamFPIRatingEfficiencies)) + { + this.Year = year; + this.Team = team; + this.Conference = conference; + this.Fpi = fpi; + this.ResumeRanks = resumeRanks; + this.Efficiencies = efficiencies; + } + + /// + /// Gets or Sets Year + /// + [DataMember(Name="year", EmitDefaultValue=false)] + public int? Year { get; set; } + + /// + /// Gets or Sets Team + /// + [DataMember(Name="team", EmitDefaultValue=false)] + public string Team { get; set; } + + /// + /// Gets or Sets Conference + /// + [DataMember(Name="conference", EmitDefaultValue=false)] + public string Conference { get; set; } + + /// + /// Gets or Sets Fpi + /// + [DataMember(Name="fpi", EmitDefaultValue=false)] + public decimal? Fpi { get; set; } + + /// + /// Gets or Sets ResumeRanks + /// + [DataMember(Name="resumeRanks", EmitDefaultValue=false)] + public TeamFPIRatingResumeRanks ResumeRanks { get; set; } + + /// + /// Gets or Sets Efficiencies + /// + [DataMember(Name="efficiencies", EmitDefaultValue=false)] + public TeamFPIRatingEfficiencies Efficiencies { get; set; } + + /// + /// Returns the string presentation of the object + /// + /// String presentation of the object + public override string ToString() + { + var sb = new StringBuilder(); + sb.Append("class TeamFPIRating {\n"); + sb.Append(" Year: ").Append(Year).Append("\n"); + sb.Append(" Team: ").Append(Team).Append("\n"); + sb.Append(" Conference: ").Append(Conference).Append("\n"); + sb.Append(" Fpi: ").Append(Fpi).Append("\n"); + sb.Append(" ResumeRanks: ").Append(ResumeRanks).Append("\n"); + sb.Append(" Efficiencies: ").Append(Efficiencies).Append("\n"); + sb.Append("}\n"); + return sb.ToString(); + } + + /// + /// Returns the JSON string presentation of the object + /// + /// JSON string presentation of the object + public virtual string ToJson() + { + return JsonConvert.SerializeObject(this, Formatting.Indented); + } + + /// + /// Returns true if objects are equal + /// + /// Object to be compared + /// Boolean + public override bool Equals(object input) + { + return this.Equals(input as TeamFPIRating); + } + + /// + /// Returns true if TeamFPIRating instances are equal + /// + /// Instance of TeamFPIRating to be compared + /// Boolean + public bool Equals(TeamFPIRating input) + { + if (input == null) + return false; + + return + ( + this.Year == input.Year || + (this.Year != null && + this.Year.Equals(input.Year)) + ) && + ( + this.Team == input.Team || + (this.Team != null && + this.Team.Equals(input.Team)) + ) && + ( + this.Conference == input.Conference || + (this.Conference != null && + this.Conference.Equals(input.Conference)) + ) && + ( + this.Fpi == input.Fpi || + (this.Fpi != null && + this.Fpi.Equals(input.Fpi)) + ) && + ( + this.ResumeRanks == input.ResumeRanks || + (this.ResumeRanks != null && + this.ResumeRanks.Equals(input.ResumeRanks)) + ) && + ( + this.Efficiencies == input.Efficiencies || + (this.Efficiencies != null && + this.Efficiencies.Equals(input.Efficiencies)) + ); + } + + /// + /// Gets the hash code + /// + /// Hash code + public override int GetHashCode() + { + unchecked // Overflow is fine, just wrap + { + int hashCode = 41; + if (this.Year != null) + hashCode = hashCode * 59 + this.Year.GetHashCode(); + if (this.Team != null) + hashCode = hashCode * 59 + this.Team.GetHashCode(); + if (this.Conference != null) + hashCode = hashCode * 59 + this.Conference.GetHashCode(); + if (this.Fpi != null) + hashCode = hashCode * 59 + this.Fpi.GetHashCode(); + if (this.ResumeRanks != null) + hashCode = hashCode * 59 + this.ResumeRanks.GetHashCode(); + if (this.Efficiencies != null) + hashCode = hashCode * 59 + this.Efficiencies.GetHashCode(); + return hashCode; + } + } + } + +} diff --git a/src/CFBSharp/Model/TeamFPIRatingEfficiencies.cs b/src/CFBSharp/Model/TeamFPIRatingEfficiencies.cs new file mode 100644 index 00000000..b0f8b6ed --- /dev/null +++ b/src/CFBSharp/Model/TeamFPIRatingEfficiencies.cs @@ -0,0 +1,160 @@ +/* + * College Football Data API + * + * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. + * + * OpenAPI spec version: 4.5.0 + * Contact: admin@collegefootballdata.com + * Generated by: https://github.com/swagger-api/swagger-codegen.git + */ + +using System; +using System.Linq; +using System.IO; +using System.Text; +using System.Collections; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.Runtime.Serialization; +using Newtonsoft.Json; +using Newtonsoft.Json.Converters; +using SwaggerDateConverter = CFBSharp.Client.SwaggerDateConverter; + +namespace CFBSharp.Model +{ + /// + /// TeamFPIRatingEfficiencies + /// + [DataContract] + public partial class TeamFPIRatingEfficiencies : IEquatable + { + /// + /// Initializes a new instance of the class. + /// + /// overall. + /// offense. + /// defense. + /// specialTeams. + public TeamFPIRatingEfficiencies(decimal? overall = default(decimal?), decimal? offense = default(decimal?), decimal? defense = default(decimal?), decimal? specialTeams = default(decimal?)) + { + this.Overall = overall; + this.Offense = offense; + this.Defense = defense; + this.SpecialTeams = specialTeams; + } + + /// + /// Gets or Sets Overall + /// + [DataMember(Name="overall", EmitDefaultValue=false)] + public decimal? Overall { get; set; } + + /// + /// Gets or Sets Offense + /// + [DataMember(Name="offense", EmitDefaultValue=false)] + public decimal? Offense { get; set; } + + /// + /// Gets or Sets Defense + /// + [DataMember(Name="defense", EmitDefaultValue=false)] + public decimal? Defense { get; set; } + + /// + /// Gets or Sets SpecialTeams + /// + [DataMember(Name="specialTeams", EmitDefaultValue=false)] + public decimal? SpecialTeams { get; set; } + + /// + /// Returns the string presentation of the object + /// + /// String presentation of the object + public override string ToString() + { + var sb = new StringBuilder(); + sb.Append("class TeamFPIRatingEfficiencies {\n"); + sb.Append(" Overall: ").Append(Overall).Append("\n"); + sb.Append(" Offense: ").Append(Offense).Append("\n"); + sb.Append(" Defense: ").Append(Defense).Append("\n"); + sb.Append(" SpecialTeams: ").Append(SpecialTeams).Append("\n"); + sb.Append("}\n"); + return sb.ToString(); + } + + /// + /// Returns the JSON string presentation of the object + /// + /// JSON string presentation of the object + public virtual string ToJson() + { + return JsonConvert.SerializeObject(this, Formatting.Indented); + } + + /// + /// Returns true if objects are equal + /// + /// Object to be compared + /// Boolean + public override bool Equals(object input) + { + return this.Equals(input as TeamFPIRatingEfficiencies); + } + + /// + /// Returns true if TeamFPIRatingEfficiencies instances are equal + /// + /// Instance of TeamFPIRatingEfficiencies to be compared + /// Boolean + public bool Equals(TeamFPIRatingEfficiencies input) + { + if (input == null) + return false; + + return + ( + this.Overall == input.Overall || + (this.Overall != null && + this.Overall.Equals(input.Overall)) + ) && + ( + this.Offense == input.Offense || + (this.Offense != null && + this.Offense.Equals(input.Offense)) + ) && + ( + this.Defense == input.Defense || + (this.Defense != null && + this.Defense.Equals(input.Defense)) + ) && + ( + this.SpecialTeams == input.SpecialTeams || + (this.SpecialTeams != null && + this.SpecialTeams.Equals(input.SpecialTeams)) + ); + } + + /// + /// Gets the hash code + /// + /// Hash code + public override int GetHashCode() + { + unchecked // Overflow is fine, just wrap + { + int hashCode = 41; + if (this.Overall != null) + hashCode = hashCode * 59 + this.Overall.GetHashCode(); + if (this.Offense != null) + hashCode = hashCode * 59 + this.Offense.GetHashCode(); + if (this.Defense != null) + hashCode = hashCode * 59 + this.Defense.GetHashCode(); + if (this.SpecialTeams != null) + hashCode = hashCode * 59 + this.SpecialTeams.GetHashCode(); + return hashCode; + } + } + } + +} diff --git a/src/CFBSharp/Model/TeamFPIRatingResumeRanks.cs b/src/CFBSharp/Model/TeamFPIRatingResumeRanks.cs new file mode 100644 index 00000000..0768ed8c --- /dev/null +++ b/src/CFBSharp/Model/TeamFPIRatingResumeRanks.cs @@ -0,0 +1,192 @@ +/* + * College Football Data API + * + * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. + * + * OpenAPI spec version: 4.5.0 + * Contact: admin@collegefootballdata.com + * Generated by: https://github.com/swagger-api/swagger-codegen.git + */ + +using System; +using System.Linq; +using System.IO; +using System.Text; +using System.Collections; +using System.Collections.Generic; +using System.Collections.ObjectModel; +using System.Runtime.Serialization; +using Newtonsoft.Json; +using Newtonsoft.Json.Converters; +using SwaggerDateConverter = CFBSharp.Client.SwaggerDateConverter; + +namespace CFBSharp.Model +{ + /// + /// TeamFPIRatingResumeRanks + /// + [DataContract] + public partial class TeamFPIRatingResumeRanks : IEquatable + { + /// + /// Initializes a new instance of the class. + /// + /// strengthOfRecord. + /// fpi. + /// averageWinProbability. + /// strengthOfSchedule. + /// remainingStrengthOfSchedule. + /// gameControl. + public TeamFPIRatingResumeRanks(int? strengthOfRecord = default(int?), int? fpi = default(int?), int? averageWinProbability = default(int?), int? strengthOfSchedule = default(int?), int? remainingStrengthOfSchedule = default(int?), int? gameControl = default(int?)) + { + this.StrengthOfRecord = strengthOfRecord; + this.Fpi = fpi; + this.AverageWinProbability = averageWinProbability; + this.StrengthOfSchedule = strengthOfSchedule; + this.RemainingStrengthOfSchedule = remainingStrengthOfSchedule; + this.GameControl = gameControl; + } + + /// + /// Gets or Sets StrengthOfRecord + /// + [DataMember(Name="strengthOfRecord", EmitDefaultValue=false)] + public int? StrengthOfRecord { get; set; } + + /// + /// Gets or Sets Fpi + /// + [DataMember(Name="fpi", EmitDefaultValue=false)] + public int? Fpi { get; set; } + + /// + /// Gets or Sets AverageWinProbability + /// + [DataMember(Name="averageWinProbability", EmitDefaultValue=false)] + public int? AverageWinProbability { get; set; } + + /// + /// Gets or Sets StrengthOfSchedule + /// + [DataMember(Name="strengthOfSchedule", EmitDefaultValue=false)] + public int? StrengthOfSchedule { get; set; } + + /// + /// Gets or Sets RemainingStrengthOfSchedule + /// + [DataMember(Name="remainingStrengthOfSchedule", EmitDefaultValue=false)] + public int? RemainingStrengthOfSchedule { get; set; } + + /// + /// Gets or Sets GameControl + /// + [DataMember(Name="gameControl", EmitDefaultValue=false)] + public int? GameControl { get; set; } + + /// + /// Returns the string presentation of the object + /// + /// String presentation of the object + public override string ToString() + { + var sb = new StringBuilder(); + sb.Append("class TeamFPIRatingResumeRanks {\n"); + sb.Append(" StrengthOfRecord: ").Append(StrengthOfRecord).Append("\n"); + sb.Append(" Fpi: ").Append(Fpi).Append("\n"); + sb.Append(" AverageWinProbability: ").Append(AverageWinProbability).Append("\n"); + sb.Append(" StrengthOfSchedule: ").Append(StrengthOfSchedule).Append("\n"); + sb.Append(" RemainingStrengthOfSchedule: ").Append(RemainingStrengthOfSchedule).Append("\n"); + sb.Append(" GameControl: ").Append(GameControl).Append("\n"); + sb.Append("}\n"); + return sb.ToString(); + } + + /// + /// Returns the JSON string presentation of the object + /// + /// JSON string presentation of the object + public virtual string ToJson() + { + return JsonConvert.SerializeObject(this, Formatting.Indented); + } + + /// + /// Returns true if objects are equal + /// + /// Object to be compared + /// Boolean + public override bool Equals(object input) + { + return this.Equals(input as TeamFPIRatingResumeRanks); + } + + /// + /// Returns true if TeamFPIRatingResumeRanks instances are equal + /// + /// Instance of TeamFPIRatingResumeRanks to be compared + /// Boolean + public bool Equals(TeamFPIRatingResumeRanks input) + { + if (input == null) + return false; + + return + ( + this.StrengthOfRecord == input.StrengthOfRecord || + (this.StrengthOfRecord != null && + this.StrengthOfRecord.Equals(input.StrengthOfRecord)) + ) && + ( + this.Fpi == input.Fpi || + (this.Fpi != null && + this.Fpi.Equals(input.Fpi)) + ) && + ( + this.AverageWinProbability == input.AverageWinProbability || + (this.AverageWinProbability != null && + this.AverageWinProbability.Equals(input.AverageWinProbability)) + ) && + ( + this.StrengthOfSchedule == input.StrengthOfSchedule || + (this.StrengthOfSchedule != null && + this.StrengthOfSchedule.Equals(input.StrengthOfSchedule)) + ) && + ( + this.RemainingStrengthOfSchedule == input.RemainingStrengthOfSchedule || + (this.RemainingStrengthOfSchedule != null && + this.RemainingStrengthOfSchedule.Equals(input.RemainingStrengthOfSchedule)) + ) && + ( + this.GameControl == input.GameControl || + (this.GameControl != null && + this.GameControl.Equals(input.GameControl)) + ); + } + + /// + /// Gets the hash code + /// + /// Hash code + public override int GetHashCode() + { + unchecked // Overflow is fine, just wrap + { + int hashCode = 41; + if (this.StrengthOfRecord != null) + hashCode = hashCode * 59 + this.StrengthOfRecord.GetHashCode(); + if (this.Fpi != null) + hashCode = hashCode * 59 + this.Fpi.GetHashCode(); + if (this.AverageWinProbability != null) + hashCode = hashCode * 59 + this.AverageWinProbability.GetHashCode(); + if (this.StrengthOfSchedule != null) + hashCode = hashCode * 59 + this.StrengthOfSchedule.GetHashCode(); + if (this.RemainingStrengthOfSchedule != null) + hashCode = hashCode * 59 + this.RemainingStrengthOfSchedule.GetHashCode(); + if (this.GameControl != null) + hashCode = hashCode * 59 + this.GameControl.GetHashCode(); + return hashCode; + } + } + } + +} diff --git a/src/CFBSharp/Model/TeamGame.cs b/src/CFBSharp/Model/TeamGame.cs index a35a121a..77257d6f 100644 --- a/src/CFBSharp/Model/TeamGame.cs +++ b/src/CFBSharp/Model/TeamGame.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamGameStats.cs b/src/CFBSharp/Model/TeamGameStats.cs index e44ee62f..274ef1a4 100644 --- a/src/CFBSharp/Model/TeamGameStats.cs +++ b/src/CFBSharp/Model/TeamGameStats.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamGameTeams.cs b/src/CFBSharp/Model/TeamGameTeams.cs index f5fd747c..915737f4 100644 --- a/src/CFBSharp/Model/TeamGameTeams.cs +++ b/src/CFBSharp/Model/TeamGameTeams.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamLocation.cs b/src/CFBSharp/Model/TeamLocation.cs index 2f355388..41abfddf 100644 --- a/src/CFBSharp/Model/TeamLocation.cs +++ b/src/CFBSharp/Model/TeamLocation.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamMatchup.cs b/src/CFBSharp/Model/TeamMatchup.cs index 6a684672..2e5de8d5 100644 --- a/src/CFBSharp/Model/TeamMatchup.cs +++ b/src/CFBSharp/Model/TeamMatchup.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamMatchupGames.cs b/src/CFBSharp/Model/TeamMatchupGames.cs index 9d3f3c8f..2e49962d 100644 --- a/src/CFBSharp/Model/TeamMatchupGames.cs +++ b/src/CFBSharp/Model/TeamMatchupGames.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamPPA.cs b/src/CFBSharp/Model/TeamPPA.cs index e2abb92c..6bb8fb0c 100644 --- a/src/CFBSharp/Model/TeamPPA.cs +++ b/src/CFBSharp/Model/TeamPPA.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamPPAOffense.cs b/src/CFBSharp/Model/TeamPPAOffense.cs index b577c749..aba8f66a 100644 --- a/src/CFBSharp/Model/TeamPPAOffense.cs +++ b/src/CFBSharp/Model/TeamPPAOffense.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamPPAOffenseCumulative.cs b/src/CFBSharp/Model/TeamPPAOffenseCumulative.cs index 78ce33c4..5ccb9126 100644 --- a/src/CFBSharp/Model/TeamPPAOffenseCumulative.cs +++ b/src/CFBSharp/Model/TeamPPAOffenseCumulative.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamRecord.cs b/src/CFBSharp/Model/TeamRecord.cs index e099ef7e..5d53d09d 100644 --- a/src/CFBSharp/Model/TeamRecord.cs +++ b/src/CFBSharp/Model/TeamRecord.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamRecordTotal.cs b/src/CFBSharp/Model/TeamRecordTotal.cs index e4c721a7..99df5b33 100644 --- a/src/CFBSharp/Model/TeamRecordTotal.cs +++ b/src/CFBSharp/Model/TeamRecordTotal.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamRecruitingRank.cs b/src/CFBSharp/Model/TeamRecruitingRank.cs index 5935c1b8..354882e1 100644 --- a/src/CFBSharp/Model/TeamRecruitingRank.cs +++ b/src/CFBSharp/Model/TeamRecruitingRank.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamSPRating.cs b/src/CFBSharp/Model/TeamSPRating.cs index 43ae2063..4535a432 100644 --- a/src/CFBSharp/Model/TeamSPRating.cs +++ b/src/CFBSharp/Model/TeamSPRating.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamSPRatingDefense.cs b/src/CFBSharp/Model/TeamSPRatingDefense.cs index d5a1c71f..0c03079e 100644 --- a/src/CFBSharp/Model/TeamSPRatingDefense.cs +++ b/src/CFBSharp/Model/TeamSPRatingDefense.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamSPRatingDefenseHavoc.cs b/src/CFBSharp/Model/TeamSPRatingDefenseHavoc.cs index 929e7efe..679c54a3 100644 --- a/src/CFBSharp/Model/TeamSPRatingDefenseHavoc.cs +++ b/src/CFBSharp/Model/TeamSPRatingDefenseHavoc.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamSPRatingOffense.cs b/src/CFBSharp/Model/TeamSPRatingOffense.cs index d0a156e6..39507ddd 100644 --- a/src/CFBSharp/Model/TeamSPRatingOffense.cs +++ b/src/CFBSharp/Model/TeamSPRatingOffense.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamSPRatingSpecialTeams.cs b/src/CFBSharp/Model/TeamSPRatingSpecialTeams.cs index 17add1fa..b6b2ff69 100644 --- a/src/CFBSharp/Model/TeamSPRatingSpecialTeams.cs +++ b/src/CFBSharp/Model/TeamSPRatingSpecialTeams.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamSRSRating.cs b/src/CFBSharp/Model/TeamSRSRating.cs index 92f8022a..f598c105 100644 --- a/src/CFBSharp/Model/TeamSRSRating.cs +++ b/src/CFBSharp/Model/TeamSRSRating.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamSeason.cs b/src/CFBSharp/Model/TeamSeason.cs index b8030af7..3fc4953b 100644 --- a/src/CFBSharp/Model/TeamSeason.cs +++ b/src/CFBSharp/Model/TeamSeason.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamSeasonStat.cs b/src/CFBSharp/Model/TeamSeasonStat.cs index 9edd309e..b26c0467 100644 --- a/src/CFBSharp/Model/TeamSeasonStat.cs +++ b/src/CFBSharp/Model/TeamSeasonStat.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/TeamTalent.cs b/src/CFBSharp/Model/TeamTalent.cs index eb5b1a67..fcb4bf73 100644 --- a/src/CFBSharp/Model/TeamTalent.cs +++ b/src/CFBSharp/Model/TeamTalent.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/Venue.cs b/src/CFBSharp/Model/Venue.cs index 4630f086..8085368a 100644 --- a/src/CFBSharp/Model/Venue.cs +++ b/src/CFBSharp/Model/Venue.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/VenueLocation.cs b/src/CFBSharp/Model/VenueLocation.cs index 842c46d1..574745d9 100644 --- a/src/CFBSharp/Model/VenueLocation.cs +++ b/src/CFBSharp/Model/VenueLocation.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ diff --git a/src/CFBSharp/Model/Week.cs b/src/CFBSharp/Model/Week.cs index d4c70b45..cc21fef5 100644 --- a/src/CFBSharp/Model/Week.cs +++ b/src/CFBSharp/Model/Week.cs @@ -3,7 +3,7 @@ * * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.15 + * OpenAPI spec version: 4.5.0 * Contact: admin@collegefootballdata.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */