Skip to content

Commit

Permalink
fix and small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSCar committed Sep 6, 2023
1 parent c3f1ba2 commit dab85c5
Show file tree
Hide file tree
Showing 248 changed files with 402 additions and 370 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cfb - JavaScript client for cfb.js
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.
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 4.4.14
- Package version: 4.4.14
- API version: 4.4.15
- Package version: 4.4.15
- Build package: io.swagger.codegen.languages.JavascriptClientCodegen

## Installation
Expand Down
1 change: 1 addition & 0 deletions docs/TeamGameTeams.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**schoolId** | **Number** | | [optional]
**school** | **String** | | [optional]
**conference** | **String** | | [optional]
**homeAway** | **String** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/TeamRecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**year** | **Number** | | [optional]
**teamId** | **Number** | | [optional]
**team** | **String** | | [optional]
**conference** | **String** | | [optional]
**division** | **String** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cfb.js",
"version": "4.4.14",
"version": "4.4.15",
"description": "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_",
"license": "MIT",
"main": "src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -33,7 +33,7 @@

/**
* @module ApiClient
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/BettingApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Betting service.
* @module api/BettingApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/CoachesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Coaches service.
* @module api/CoachesApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/ConferencesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Conferences service.
* @module api/ConferencesApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/DraftApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Draft service.
* @module api/DraftApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/DrivesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Drives service.
* @module api/DrivesApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/GamesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Games service.
* @module api/GamesApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/MetricsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Metrics service.
* @module api/MetricsApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/PlayersApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Players service.
* @module api/PlayersApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/PlaysApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Plays service.
* @module api/PlaysApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/RankingsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Rankings service.
* @module api/RankingsApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/RatingsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Ratings service.
* @module api/RatingsApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/RecruitingApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Recruiting service.
* @module api/RecruitingApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/StatsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Stats service.
* @module api/StatsApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/TeamsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Teams service.
* @module api/TeamsApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/VenuesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* Venues service.
* @module api/VenuesApi
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -54,7 +54,7 @@
* </pre>
* </p>
* @module index
* @version 4.4.14
* @version 4.4.15
*/
var exports = {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/AdvancedGameStat.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* The AdvancedGameStat model module.
* @module model/AdvancedGameStat
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/AdvancedGameStatOffense.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* The AdvancedGameStatOffense model module.
* @module model/AdvancedGameStatOffense
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/AdvancedGameStatOffenseRushingPlays.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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.4.14
* OpenAPI spec version: 4.4.15
* Contact: admin@collegefootballdata.com
*
* NOTE: This class is auto generated by the swagger code generator program.
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* The AdvancedGameStatOffenseRushingPlays model module.
* @module model/AdvancedGameStatOffenseRushingPlays
* @version 4.4.14
* @version 4.4.15
*/

/**
Expand Down
Loading

0 comments on commit dab85c5

Please sign in to comment.