Skip to content

Commit

Permalink
missing datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSCar committed Sep 19, 2023
1 parent 1e725f1 commit b4a518d
Show file tree
Hide file tree
Showing 137 changed files with 153 additions and 153 deletions.
10 changes: 5 additions & 5 deletions CFBSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ 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", "{CD1A19FD-34E3-4890-89A1-95AB40AFC94D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CFBSharp", "src\CFBSharp\CFBSharp.csproj", "{5A90560E-76F3-416C-8CBF-1E62B2968E4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{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
{5A90560E-76F3-416C-8CBF-1E62B2968E4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A90560E-76F3-416C-8CBF-1E62B2968E4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A90560E-76F3-416C-8CBF-1E62B2968E4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A90560E-76F3-416C-8CBF-1E62B2968E4F}.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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
- SDK version: 4.5.0
- API version: 4.5.1
- SDK version: 4.5.1
- Build package: io.swagger.codegen.languages.CSharpClientCodegen

<a name="frameworks-supported"></a>
Expand Down
6 changes: 3 additions & 3 deletions docs/RatingsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Name | Type | Description | Notes

<a name="geteloratings"></a>
# **GetEloRatings**
> ICollection<TeamEloRating> GetEloRatings (int? year = null, int? week = null, Object seasonType = null, string team = null, string conference = null)
> ICollection<TeamEloRating> GetEloRatings (int? year = null, int? week = null, string seasonType = null, string team = null, string conference = null)
Historical Elo ratings

Expand Down Expand Up @@ -109,7 +109,7 @@ namespace Example
var apiInstance = new RatingsApi();
var year = 56; // int? | Season filter (optional)
var week = 56; // int? | Maximum week filter (optional)
var seasonType = new Object(); // Object | Maximum season type to consider (defaults to regular if week is specified else defaults to postseason) (optional)
var seasonType = seasonType_example; // string | Maximum season type to consider (defaults to regular if week is specified else defaults to postseason) (optional)
var team = team_example; // string | Team filter (optional)
var conference = conference_example; // string | Conference filter (optional)
Expand All @@ -134,7 +134,7 @@ Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**year** | **int?**| Season filter | [optional]
**week** | **int?**| Maximum week filter | [optional]
**seasonType** | [**Object**](Object.md)| Maximum season type to consider (defaults to regular if week is specified else defaults to postseason) | [optional]
**seasonType** | **string**| Maximum season type to consider (defaults to regular if week is specified else defaults to postseason) | [optional]
**team** | **string**| Team filter | [optional]
**conference** | **string**| Conference filter | [optional]

Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/BettingApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/CoachesApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/ConferencesApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/DraftApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/DrivesApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/GamesApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/MetricsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/PlayersApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/PlaysApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/RankingsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
18 changes: 9 additions & 9 deletions src/CFBSharp/Api/RatingsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down Expand Up @@ -60,7 +60,7 @@ public interface IRatingsApi : IApiAccessor
/// <param name="team">Team filter (optional)</param>
/// <param name="conference">Conference filter (optional)</param>
/// <returns>ICollection&lt;TeamEloRating&gt;</returns>
ICollection<TeamEloRating> GetEloRatings (int? year = null, int? week = null, Object seasonType = null, string team = null, string conference = null);
ICollection<TeamEloRating> GetEloRatings (int? year = null, int? week = null, string seasonType = null, string team = null, string conference = null);

/// <summary>
/// Historical Elo ratings
Expand All @@ -75,7 +75,7 @@ public interface IRatingsApi : IApiAccessor
/// <param name="team">Team filter (optional)</param>
/// <param name="conference">Conference filter (optional)</param>
/// <returns>ApiResponse of ICollection&lt;TeamEloRating&gt;</returns>
ApiResponse<ICollection<TeamEloRating>> GetEloRatingsWithHttpInfo (int? year = null, int? week = null, Object seasonType = null, string team = null, string conference = null);
ApiResponse<ICollection<TeamEloRating>> GetEloRatingsWithHttpInfo (int? year = null, int? week = null, string seasonType = null, string team = null, string conference = null);
/// <summary>
/// Historical FPI ratings
/// </summary>
Expand Down Expand Up @@ -187,7 +187,7 @@ public interface IRatingsApi : IApiAccessor
/// <param name="team">Team filter (optional)</param>
/// <param name="conference">Conference filter (optional)</param>
/// <returns>Task of ICollection&lt;TeamEloRating&gt;</returns>
System.Threading.Tasks.Task<ICollection<TeamEloRating>> GetEloRatingsAsync (int? year = null, int? week = null, Object seasonType = null, string team = null, string conference = null);
System.Threading.Tasks.Task<ICollection<TeamEloRating>> GetEloRatingsAsync (int? year = null, int? week = null, string seasonType = null, string team = null, string conference = null);

/// <summary>
/// Historical Elo ratings
Expand All @@ -202,7 +202,7 @@ public interface IRatingsApi : IApiAccessor
/// <param name="team">Team filter (optional)</param>
/// <param name="conference">Conference filter (optional)</param>
/// <returns>Task of ApiResponse (ICollection&lt;TeamEloRating&gt;)</returns>
System.Threading.Tasks.Task<ApiResponse<ICollection<TeamEloRating>>> GetEloRatingsAsyncWithHttpInfo (int? year = null, int? week = null, Object seasonType = null, string team = null, string conference = null);
System.Threading.Tasks.Task<ApiResponse<ICollection<TeamEloRating>>> GetEloRatingsAsyncWithHttpInfo (int? year = null, int? week = null, string seasonType = null, string team = null, string conference = null);
/// <summary>
/// Historical FPI ratings
/// </summary>
Expand Down Expand Up @@ -529,7 +529,7 @@ public async System.Threading.Tasks.Task<ApiResponse<ICollection<ConferenceSPRat
/// <param name="team">Team filter (optional)</param>
/// <param name="conference">Conference filter (optional)</param>
/// <returns>ICollection&lt;TeamEloRating&gt;</returns>
public ICollection<TeamEloRating> GetEloRatings (int? year = null, int? week = null, Object seasonType = null, string team = null, string conference = null)
public ICollection<TeamEloRating> GetEloRatings (int? year = null, int? week = null, string seasonType = null, string team = null, string conference = null)
{
ApiResponse<ICollection<TeamEloRating>> localVarResponse = GetEloRatingsWithHttpInfo(year, week, seasonType, team, conference);
return localVarResponse.Data;
Expand All @@ -545,7 +545,7 @@ public ICollection<TeamEloRating> GetEloRatings (int? year = null, int? week = n
/// <param name="team">Team filter (optional)</param>
/// <param name="conference">Conference filter (optional)</param>
/// <returns>ApiResponse of ICollection&lt;TeamEloRating&gt;</returns>
public ApiResponse< ICollection<TeamEloRating> > GetEloRatingsWithHttpInfo (int? year = null, int? week = null, Object seasonType = null, string team = null, string conference = null)
public ApiResponse< ICollection<TeamEloRating> > GetEloRatingsWithHttpInfo (int? year = null, int? week = null, string seasonType = null, string team = null, string conference = null)
{

var localVarPath = "./ratings/elo";
Expand Down Expand Up @@ -609,7 +609,7 @@ public ApiResponse< ICollection<TeamEloRating> > GetEloRatingsWithHttpInfo (int?
/// <param name="team">Team filter (optional)</param>
/// <param name="conference">Conference filter (optional)</param>
/// <returns>Task of ICollection&lt;TeamEloRating&gt;</returns>
public async System.Threading.Tasks.Task<ICollection<TeamEloRating>> GetEloRatingsAsync (int? year = null, int? week = null, Object seasonType = null, string team = null, string conference = null)
public async System.Threading.Tasks.Task<ICollection<TeamEloRating>> GetEloRatingsAsync (int? year = null, int? week = null, string seasonType = null, string team = null, string conference = null)
{
ApiResponse<ICollection<TeamEloRating>> localVarResponse = await GetEloRatingsAsyncWithHttpInfo(year, week, seasonType, team, conference);
return localVarResponse.Data;
Expand All @@ -626,7 +626,7 @@ public async System.Threading.Tasks.Task<ICollection<TeamEloRating>> GetEloRatin
/// <param name="team">Team filter (optional)</param>
/// <param name="conference">Conference filter (optional)</param>
/// <returns>Task of ApiResponse (ICollection&lt;TeamEloRating&gt;)</returns>
public async System.Threading.Tasks.Task<ApiResponse<ICollection<TeamEloRating>>> GetEloRatingsAsyncWithHttpInfo (int? year = null, int? week = null, Object seasonType = null, string team = null, string conference = null)
public async System.Threading.Tasks.Task<ApiResponse<ICollection<TeamEloRating>>> GetEloRatingsAsyncWithHttpInfo (int? year = null, int? week = null, string seasonType = null, string team = null, string conference = null)
{

var localVarPath = "./ratings/elo";
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/RecruitingApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/StatsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/TeamsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Api/VenuesApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/CFBSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<RootNamespace>CFBSharp</RootNamespace>
<Version>4.5.0</Version>
<Version>4.5.1</Version>
<RepositoryUrl>https://github.com/cfbd/CFBSharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIconUrl>https://cfbd-public.s3.us-east-2.amazonaws.com/package_logo.png</PackageIconUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Client/ApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Client/ApiException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Client/ApiResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
4 changes: 2 additions & 2 deletions src/CFBSharp/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down Expand Up @@ -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.5.0\n";
report += " Version of the API: 4.5.1\n";
report += " SDK Package Version: 1.0.0\n";

return report;
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Client/ExceptionFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/CFBSharp/Client/GlobalConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* OpenAPI spec version: 4.5.1
* Contact: admin@collegefootballdata.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
Loading

0 comments on commit b4a518d

Please sign in to comment.