ftc_events_client 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +351 -101
- data/Rakefile +0 -2
- data/config.json +1 -1
- data/docs/AllianceModelVersion2.md +10 -28
- data/docs/AllianceScore2020.md +37 -82
- data/docs/AllianceSelectionApi.md +14 -14
- data/docs/AllianceSelectionModelVersion2.md +4 -16
- data/docs/ApiIndexModel.md +11 -30
- data/docs/AutoNavigatedStatus.md +6 -0
- data/docs/AwardAssignmentModel.md +13 -34
- data/docs/AwardsApi.md +47 -49
- data/docs/AwardsModel.md +3 -14
- data/docs/BarcodeElement.md +6 -0
- data/docs/EndgameParkedStatus.md +6 -0
- data/docs/EventMatchResultsModelVersion2.md +3 -14
- data/docs/EventRankingsModel.md +3 -14
- data/docs/EventScheduleHybridModelVersion2.md +3 -14
- data/docs/EventScheduleModelVersion2.md +3 -14
- data/docs/FTCEventLevel.md +6 -0
- data/docs/GeneralApi.md +9 -11
- data/docs/LeagueMemberListModel.md +7 -0
- data/docs/LeaguesApi.md +179 -0
- data/docs/MatchResultModelVersion2.md +16 -40
- data/docs/MatchResultTeamModelVersion2.md +6 -18
- data/docs/MatchResultsApi.md +33 -35
- data/docs/MatchScoresModel.md +3 -14
- data/docs/MatchScoresModelMatchScoresOneOf.md +5 -1
- data/docs/OneOfMatchScoresModelMatchScoresItems.md +6 -0
- data/docs/RankingsApi.md +16 -17
- data/docs/ScheduleApi.md +30 -32
- data/docs/ScheduleHybridModelTeamVersion2.md +8 -22
- data/docs/ScheduleHybridModelVersion2.md +18 -40
- data/docs/ScheduledMatchModelVersion2.md +10 -28
- data/docs/ScheduledMatchTeamModelVersion2.md +6 -20
- data/docs/ScoreDetailAllianceModel2020.md +39 -86
- data/docs/ScoreDetailAllianceModel2021.md +48 -0
- data/docs/ScoreDetailModel2019.md +6 -18
- data/docs/ScoreDetailModel2020.md +6 -18
- data/docs/ScoreDetailModel2021.md +10 -0
- data/docs/ScoreDetailModelAlliance2019.md +36 -80
- data/docs/ScoreDetailModelSinglePlayer2020.md +6 -20
- data/docs/ScoreDetailModelSinglePlayer2021.md +10 -0
- data/docs/ScoreDetailSinglePlayer2021.md +39 -0
- data/docs/SeasonAwardListingsModel.md +3 -14
- data/docs/SeasonAwardsModel.md +6 -20
- data/docs/SeasonDataApi.md +35 -37
- data/docs/SeasonEventListingsModelVersion2.md +4 -16
- data/docs/SeasonEventModelVersion2.md +24 -46
- data/docs/SeasonLeagueListingsModelVersion2.md +8 -0
- data/docs/SeasonLeagueModelVersion2.md +11 -0
- data/docs/SeasonSummaryModelChampionship.md +5 -18
- data/docs/SeasonSummaryModelVersion2.md +8 -24
- data/docs/SeasonTeamListingsModelVersion2.md +7 -22
- data/docs/SeasonTeamModelVersion2.md +14 -36
- data/docs/Stone.md +2 -11
- data/docs/TeamRankingModel.md +17 -42
- data/ftc_events_client.gemspec +5 -5
- data/git_push.sh +7 -10
- data/lib/ftc_events_client/api/alliance_selection_api.rb +17 -22
- data/lib/ftc_events_client/api/awards_api.rb +52 -74
- data/lib/ftc_events_client/api/general_api.rb +8 -17
- data/lib/ftc_events_client/api/leagues_api.rb +218 -0
- data/lib/ftc_events_client/api/match_results_api.rb +44 -45
- data/lib/ftc_events_client/api/rankings_api.rb +17 -22
- data/lib/ftc_events_client/api/schedule_api.rb +44 -45
- data/lib/ftc_events_client/api/season_data_api.rb +30 -53
- data/lib/ftc_events_client/api_client.rb +52 -54
- data/lib/ftc_events_client/api_error.rb +4 -4
- data/lib/ftc_events_client/configuration.rb +6 -76
- data/lib/ftc_events_client/models/alliance_model_version2.rb +19 -31
- data/lib/ftc_events_client/models/{alliance_score2020.rb → alliance_score_2020.rb} +46 -58
- data/lib/ftc_events_client/models/alliance_selection_model_version2.rb +13 -25
- data/lib/ftc_events_client/models/api_index_model.rb +20 -32
- data/lib/ftc_events_client/models/{tournament_level.rb → auto_navigated_status.rb} +11 -21
- data/lib/ftc_events_client/models/award_assignment_model.rb +22 -34
- data/lib/ftc_events_client/models/awards_model.rb +12 -24
- data/lib/ftc_events_client/models/barcode_element.rb +28 -0
- data/lib/ftc_events_client/models/endgame_parked_status.rb +29 -0
- data/lib/ftc_events_client/models/event_match_results_model_version2.rb +12 -24
- data/lib/ftc_events_client/models/event_rankings_model.rb +12 -24
- data/lib/ftc_events_client/models/event_schedule_hybrid_model_version2.rb +12 -24
- data/lib/ftc_events_client/models/event_schedule_model_version2.rb +12 -24
- data/lib/ftc_events_client/models/ftc_event_level.rb +31 -0
- data/lib/ftc_events_client/models/league_member_list_model.rb +209 -0
- data/lib/ftc_events_client/models/match_result_model_version2.rb +25 -37
- data/lib/ftc_events_client/models/match_result_team_model_version2.rb +26 -29
- data/lib/ftc_events_client/models/match_scores_model.rb +12 -24
- data/lib/ftc_events_client/models/one_of_match_scores_model_match_scores_items.rb +197 -0
- data/lib/ftc_events_client/models/schedule_hybrid_model_team_version2.rb +30 -32
- data/lib/ftc_events_client/models/schedule_hybrid_model_version2.rb +46 -38
- data/lib/ftc_events_client/models/scheduled_match_model_version2.rb +19 -31
- data/lib/ftc_events_client/models/scheduled_match_team_model_version2.rb +15 -27
- data/lib/ftc_events_client/models/{score_detail_alliance_model2020.rb → score_detail_alliance_model_2020.rb} +48 -60
- data/lib/ftc_events_client/models/score_detail_alliance_model_2021.rb +576 -0
- data/lib/ftc_events_client/models/{score_detail_model2019.rb → score_detail_model_2019.rb} +24 -27
- data/lib/ftc_events_client/models/{score_detail_model2020.rb → score_detail_model_2020.rb} +24 -27
- data/lib/ftc_events_client/models/score_detail_model_2021.rb +236 -0
- data/lib/ftc_events_client/models/{score_detail_model_alliance2019.rb → score_detail_model_alliance_2019.rb} +45 -57
- data/lib/ftc_events_client/models/{score_detail_model_single_player2020.rb → score_detail_model_single_player_2020.rb} +15 -27
- data/lib/ftc_events_client/models/score_detail_model_single_player_2021.rb +233 -0
- data/lib/ftc_events_client/models/score_detail_single_player_2021.rb +494 -0
- data/lib/ftc_events_client/models/season_award_listings_model.rb +12 -24
- data/lib/ftc_events_client/models/season_awards_model.rb +22 -34
- data/lib/ftc_events_client/models/season_event_listings_model_version2.rb +13 -25
- data/lib/ftc_events_client/models/season_event_model_version2.rb +77 -41
- data/lib/ftc_events_client/models/season_league_listings_model_version2.rb +218 -0
- data/lib/ftc_events_client/models/season_league_model_version2.rb +247 -0
- data/lib/ftc_events_client/models/season_summary_model_championship.rb +14 -26
- data/lib/ftc_events_client/models/season_summary_model_version2.rb +17 -29
- data/lib/ftc_events_client/models/season_team_listings_model_version2.rb +16 -28
- data/lib/ftc_events_client/models/season_team_model_version2.rb +23 -35
- data/lib/ftc_events_client/models/stone.rb +6 -15
- data/lib/ftc_events_client/models/team_ranking_model.rb +26 -38
- data/lib/ftc_events_client/version.rb +4 -5
- data/lib/ftc_events_client.rb +22 -12
- data/spec/api/leagues_api_spec.rb +77 -0
- data/spec/base_object_spec.rb +109 -0
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/alliance_score_2020_spec.rb +244 -0
- data/spec/models/auto_navigated_status_spec.rb +28 -0
- data/spec/models/barcode_element_spec.rb +28 -0
- data/spec/models/endgame_parked_status_spec.rb +28 -0
- data/spec/models/ftc_event_level_spec.rb +28 -0
- data/spec/models/league_member_list_model_spec.rb +34 -0
- data/spec/models/one_of_match_scores_model_match_scores_items_spec.rb +34 -0
- data/spec/models/score_detail_alliance_model2021_spec.rb +280 -0
- data/spec/models/score_detail_alliance_model_2020_spec.rb +256 -0
- data/spec/models/score_detail_alliance_model_2021_spec.rb +286 -0
- data/spec/models/score_detail_model2021_spec.rb +52 -0
- data/spec/models/score_detail_model_2019_spec.rb +58 -0
- data/spec/models/score_detail_model_2020_spec.rb +58 -0
- data/spec/models/score_detail_model_2021_spec.rb +58 -0
- data/spec/models/score_detail_model_alliance_2019_spec.rb +238 -0
- data/spec/models/score_detail_model_single_player2021_spec.rb +52 -0
- data/spec/models/score_detail_model_single_player_2020_spec.rb +58 -0
- data/spec/models/score_detail_model_single_player_2021_spec.rb +58 -0
- data/spec/models/score_detail_single_player2021_spec.rb +226 -0
- data/spec/models/score_detail_single_player_2021_spec.rb +232 -0
- data/spec/models/season_league_listings_model_version2_spec.rb +40 -0
- data/{lib/ftc_events_client/models/match_scores_model_match_scores_one_of.rb → spec/models/season_league_model_version2_spec.rb} +35 -83
- data/update.sh +2 -2
- metadata +103 -11
data/docs/ScheduleApi.md
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
# FtcEventsClient::ScheduleApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://ftc-api.firstinspires.org*
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
## v20_season_schedule_event_code_get
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**v20_season_schedule_event_code_get**](ScheduleApi.md#v20_season_schedule_event_code_get) | **GET** /v2.0/{season}/schedule/{eventCode} | Event Schedule
|
8
|
+
[**v20_season_schedule_event_code_tournament_level_hybrid_get**](ScheduleApi.md#v20_season_schedule_event_code_tournament_level_hybrid_get) | **GET** /v2.0/{season}/schedule/{eventCode}/{tournamentLevel}/hybrid | Hybrid Schedule
|
12
9
|
|
10
|
+
# **v20_season_schedule_event_code_get**
|
13
11
|
> EventScheduleModelVersion2 v20_season_schedule_event_code_get(season, event_code, opts)
|
14
12
|
|
15
13
|
Event Schedule
|
@@ -17,7 +15,6 @@ Event Schedule
|
|
17
15
|
The schedule API returns the match schedule for the desired tournament level of a particular event in a particular season. You must also specify a `tournamentLevel` from which to return the results. Alternately, you can specify a `teamNumber` to filter the results to only those in which a particular team is participating. There is no validation that the `teamNumber` you request is actually competing at the event, if they are not, the response will be empty. You can also specify the parameters together, but cannot make a request without at least one of the two.
|
18
16
|
|
19
17
|
### Example
|
20
|
-
|
21
18
|
```ruby
|
22
19
|
# load the gem
|
23
20
|
require 'ftc_events_client'
|
@@ -31,7 +28,7 @@ end
|
|
31
28
|
api_instance = FtcEventsClient::ScheduleApi.new
|
32
29
|
season = 56 # Integer | Numeric year of the event from which the schedule is requested. Must be 4 digits
|
33
30
|
event_code = 'event_code_example' # String | Case insensitive alphanumeric `eventCode` of the event from which the schedule are requested. Must be at least 3 characters.
|
34
|
-
opts = {
|
31
|
+
opts = {
|
35
32
|
tournament_level: '0', # String | Required tournamentLevel of desired score details.
|
36
33
|
team_number: 0, # Integer | `teamNumber` to search for within the schedule. Only returns matches in which the requested team participated.
|
37
34
|
start: 0, # Integer | `start` match number for subset of results to return (inclusive).
|
@@ -49,14 +46,14 @@ end
|
|
49
46
|
|
50
47
|
### Parameters
|
51
48
|
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
49
|
+
Name | Type | Description | Notes
|
50
|
+
------------- | ------------- | ------------- | -------------
|
51
|
+
**season** | **Integer**| Numeric year of the event from which the schedule is requested. Must be 4 digits |
|
52
|
+
**event_code** | **String**| Case insensitive alphanumeric `eventCode` of the event from which the schedule are requested. Must be at least 3 characters. |
|
53
|
+
**tournament_level** | **String**| Required tournamentLevel of desired score details. | [optional] [default to 0]
|
54
|
+
**team_number** | **Integer**| `teamNumber` to search for within the schedule. Only returns matches in which the requested team participated. | [optional] [default to 0]
|
55
|
+
**start** | **Integer**| `start` match number for subset of results to return (inclusive). | [optional] [default to 0]
|
56
|
+
**_end** | **Integer**| `end` match number for subset of results to return (inclusive). | [optional] [default to 999]
|
60
57
|
|
61
58
|
### Return type
|
62
59
|
|
@@ -68,12 +65,12 @@ end
|
|
68
65
|
|
69
66
|
### HTTP request headers
|
70
67
|
|
71
|
-
- **Content-Type**: Not defined
|
72
|
-
- **Accept**: application/json
|
68
|
+
- **Content-Type**: Not defined
|
69
|
+
- **Accept**: application/json
|
73
70
|
|
74
71
|
|
75
|
-
## v20_season_schedule_event_code_tournament_level_hybrid_get
|
76
72
|
|
73
|
+
# **v20_season_schedule_event_code_tournament_level_hybrid_get**
|
77
74
|
> EventScheduleHybridModelVersion2 v20_season_schedule_event_code_tournament_level_hybrid_get(season, event_code, tournament_level, opts)
|
78
75
|
|
79
76
|
Hybrid Schedule
|
@@ -81,7 +78,6 @@ Hybrid Schedule
|
|
81
78
|
The schedule API returns the match schedule for the desired tournament level of a particular event in a particular season in the hybrid format. When a match has been played, the match result related details will be filled. When a match has not yet happened, match result related fields will be null. All parameters, except start and end, are required for the hybrid schedule.
|
82
79
|
|
83
80
|
### Example
|
84
|
-
|
85
81
|
```ruby
|
86
82
|
# load the gem
|
87
83
|
require 'ftc_events_client'
|
@@ -96,7 +92,7 @@ api_instance = FtcEventsClient::ScheduleApi.new
|
|
96
92
|
season = 56 # Integer | Numeric year of the event from which the hybrid schedule is requested. Must be 4 digits
|
97
93
|
event_code = 'event_code_example' # String | Case insensitive alphanumeric eventCode of the event from which the hybrid schedule is requested. Must be at least 3 characters.
|
98
94
|
tournament_level = 'tournament_level_example' # String | Required tournamentLevel of desired score details.
|
99
|
-
opts = {
|
95
|
+
opts = {
|
100
96
|
start: 0, # Integer | `start` match number for subset of results to return (inclusive).
|
101
97
|
_end: 999 # Integer | `end` match number for subset of results to return (inclusive).
|
102
98
|
}
|
@@ -112,13 +108,13 @@ end
|
|
112
108
|
|
113
109
|
### Parameters
|
114
110
|
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
111
|
+
Name | Type | Description | Notes
|
112
|
+
------------- | ------------- | ------------- | -------------
|
113
|
+
**season** | **Integer**| Numeric year of the event from which the hybrid schedule is requested. Must be 4 digits |
|
114
|
+
**event_code** | **String**| Case insensitive alphanumeric eventCode of the event from which the hybrid schedule is requested. Must be at least 3 characters. |
|
115
|
+
**tournament_level** | **String**| Required tournamentLevel of desired score details. |
|
116
|
+
**start** | **Integer**| `start` match number for subset of results to return (inclusive). | [optional] [default to 0]
|
117
|
+
**_end** | **Integer**| `end` match number for subset of results to return (inclusive). | [optional] [default to 999]
|
122
118
|
|
123
119
|
### Return type
|
124
120
|
|
@@ -130,6 +126,8 @@ end
|
|
130
126
|
|
131
127
|
### HTTP request headers
|
132
128
|
|
133
|
-
- **Content-Type**: Not defined
|
134
|
-
- **Accept**: application/json
|
129
|
+
- **Content-Type**: Not defined
|
130
|
+
- **Accept**: application/json
|
131
|
+
|
132
|
+
|
135
133
|
|
@@ -1,26 +1,12 @@
|
|
1
1
|
# FtcEventsClient::ScheduleHybridModelTeamVersion2
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
## Code Sample
|
14
|
-
|
15
|
-
```ruby
|
16
|
-
require 'ftc_events_client'
|
17
|
-
|
18
|
-
instance = FtcEventsClient::ScheduleHybridModelTeamVersion2.new(
|
19
|
-
team_number: null,
|
20
|
-
station: null,
|
21
|
-
surrogate: null,
|
22
|
-
no_show: null,
|
23
|
-
dq: null
|
24
|
-
)
|
25
|
-
```
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**team_number** | **Integer** | | [optional]
|
7
|
+
**station** | **String** | | [optional]
|
8
|
+
**surrogate** | **BOOLEAN** | | [optional]
|
9
|
+
**no_show** | **BOOLEAN** | | [optional]
|
10
|
+
**dq** | **BOOLEAN** | | [optional]
|
11
|
+
**on_field** | **BOOLEAN** | | [optional]
|
26
12
|
|
@@ -1,44 +1,22 @@
|
|
1
1
|
# FtcEventsClient::ScheduleHybridModelVersion2
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
## Code Sample
|
23
|
-
|
24
|
-
```ruby
|
25
|
-
require 'ftc_events_client'
|
26
|
-
|
27
|
-
instance = FtcEventsClient::ScheduleHybridModelVersion2.new(
|
28
|
-
description: null,
|
29
|
-
tournament_level: null,
|
30
|
-
series: null,
|
31
|
-
match_number: null,
|
32
|
-
start_time: null,
|
33
|
-
actual_start_time: null,
|
34
|
-
post_result_time: null,
|
35
|
-
score_red_final: null,
|
36
|
-
score_red_foul: null,
|
37
|
-
score_red_auto: null,
|
38
|
-
score_blue_final: null,
|
39
|
-
score_blue_foul: null,
|
40
|
-
score_blue_auto: null,
|
41
|
-
teams: null
|
42
|
-
)
|
43
|
-
```
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**description** | **String** | | [optional]
|
7
|
+
**tournament_level** | **String** | | [optional]
|
8
|
+
**series** | **Integer** | | [optional]
|
9
|
+
**match_number** | **Integer** | | [optional]
|
10
|
+
**start_time** | **DateTime** | | [optional]
|
11
|
+
**actual_start_time** | **DateTime** | | [optional]
|
12
|
+
**post_result_time** | **DateTime** | | [optional]
|
13
|
+
**score_red_final** | **Integer** | | [optional]
|
14
|
+
**score_red_foul** | **Integer** | | [optional]
|
15
|
+
**score_red_auto** | **Integer** | | [optional]
|
16
|
+
**score_blue_final** | **Integer** | | [optional]
|
17
|
+
**score_blue_foul** | **Integer** | | [optional]
|
18
|
+
**score_blue_auto** | **Integer** | | [optional]
|
19
|
+
**score_blue_drive_controlled** | **Integer** | | [optional]
|
20
|
+
**score_blue_endgame** | **Integer** | | [optional]
|
21
|
+
**teams** | [**Array<ScheduleHybridModelTeamVersion2>**](ScheduleHybridModelTeamVersion2.md) | | [optional]
|
44
22
|
|
@@ -1,32 +1,14 @@
|
|
1
1
|
# FtcEventsClient::ScheduledMatchModelVersion2
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
| **modified_on** | **Time** | | [optional] |
|
15
|
-
|
16
|
-
## Code Sample
|
17
|
-
|
18
|
-
```ruby
|
19
|
-
require 'ftc_events_client'
|
20
|
-
|
21
|
-
instance = FtcEventsClient::ScheduledMatchModelVersion2.new(
|
22
|
-
description: null,
|
23
|
-
field: null,
|
24
|
-
tournament_level: null,
|
25
|
-
start_time: null,
|
26
|
-
series: null,
|
27
|
-
match_number: null,
|
28
|
-
teams: null,
|
29
|
-
modified_on: null
|
30
|
-
)
|
31
|
-
```
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**description** | **String** | | [optional]
|
7
|
+
**field** | **String** | | [optional]
|
8
|
+
**tournament_level** | **String** | | [optional]
|
9
|
+
**start_time** | **DateTime** | | [optional]
|
10
|
+
**series** | **Integer** | | [optional]
|
11
|
+
**match_number** | **Integer** | | [optional]
|
12
|
+
**teams** | [**Array<ScheduledMatchTeamModelVersion2>**](ScheduledMatchTeamModelVersion2.md) | | [optional]
|
13
|
+
**modified_on** | **DateTime** | | [optional]
|
32
14
|
|
@@ -1,24 +1,10 @@
|
|
1
1
|
# FtcEventsClient::ScheduledMatchTeamModelVersion2
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
| **no_show** | **Boolean** | | [optional] |
|
11
|
-
|
12
|
-
## Code Sample
|
13
|
-
|
14
|
-
```ruby
|
15
|
-
require 'ftc_events_client'
|
16
|
-
|
17
|
-
instance = FtcEventsClient::ScheduledMatchTeamModelVersion2.new(
|
18
|
-
team_number: null,
|
19
|
-
station: null,
|
20
|
-
surrogate: null,
|
21
|
-
no_show: null
|
22
|
-
)
|
23
|
-
```
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**team_number** | **Integer** | | [optional]
|
7
|
+
**station** | **String** | | [optional]
|
8
|
+
**surrogate** | **BOOLEAN** | | [optional]
|
9
|
+
**no_show** | **BOOLEAN** | | [optional]
|
24
10
|
|
@@ -1,90 +1,43 @@
|
|
1
1
|
# FtcEventsClient::ScoreDetailAllianceModel2020
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
| **team** | **Integer** | | [optional] |
|
44
|
-
|
45
|
-
## Code Sample
|
46
|
-
|
47
|
-
```ruby
|
48
|
-
require 'ftc_events_client'
|
49
|
-
|
50
|
-
instance = FtcEventsClient::ScoreDetailAllianceModel2020.new(
|
51
|
-
adjust: null,
|
52
|
-
dc_points: null,
|
53
|
-
auto_points: null,
|
54
|
-
dc_tower_low: null,
|
55
|
-
dc_tower_mid: null,
|
56
|
-
dc_tower_high: null,
|
57
|
-
navigated1: null,
|
58
|
-
navigated2: null,
|
59
|
-
wobble_delivered1: null,
|
60
|
-
wobble_delivered2: null,
|
61
|
-
auto_tower_low: null,
|
62
|
-
auto_tower_mid: null,
|
63
|
-
auto_tower_high: null,
|
64
|
-
auto_tower_points: null,
|
65
|
-
auto_power_shot_left: null,
|
66
|
-
auto_power_shot_center: null,
|
67
|
-
auto_power_shot_right: null,
|
68
|
-
auto_power_shot_points: null,
|
69
|
-
wobble_rings1: null,
|
70
|
-
wobble_rings2: null,
|
71
|
-
wobble_end1: null,
|
72
|
-
wobble_end2: null,
|
73
|
-
wobble_end_points: null,
|
74
|
-
wobble_ring_points: null,
|
75
|
-
auto_wobble_points: null,
|
76
|
-
end_power_shot_left: null,
|
77
|
-
end_power_shot_center: null,
|
78
|
-
end_power_shot_right: null,
|
79
|
-
end_power_shot_points: null,
|
80
|
-
penalty_points: null,
|
81
|
-
major_penalties: null,
|
82
|
-
minor_penalties: null,
|
83
|
-
navigation_points: null,
|
84
|
-
endgame_points: null,
|
85
|
-
total_points: null,
|
86
|
-
alliance: null,
|
87
|
-
team: null
|
88
|
-
)
|
89
|
-
```
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**adjust** | **Integer** | | [optional]
|
7
|
+
**dc_points** | **Integer** | | [optional]
|
8
|
+
**auto_points** | **Integer** | | [optional]
|
9
|
+
**dc_tower_low** | **Integer** | | [optional]
|
10
|
+
**dc_tower_mid** | **Integer** | | [optional]
|
11
|
+
**dc_tower_high** | **Integer** | | [optional]
|
12
|
+
**navigated1** | **BOOLEAN** | | [optional]
|
13
|
+
**navigated2** | **BOOLEAN** | | [optional]
|
14
|
+
**wobble_delivered1** | **BOOLEAN** | | [optional]
|
15
|
+
**wobble_delivered2** | **BOOLEAN** | | [optional]
|
16
|
+
**auto_tower_low** | **Integer** | | [optional]
|
17
|
+
**auto_tower_mid** | **Integer** | | [optional]
|
18
|
+
**auto_tower_high** | **Integer** | | [optional]
|
19
|
+
**auto_tower_points** | **Integer** | | [optional]
|
20
|
+
**auto_power_shot_left** | **BOOLEAN** | | [optional]
|
21
|
+
**auto_power_shot_center** | **BOOLEAN** | | [optional]
|
22
|
+
**auto_power_shot_right** | **BOOLEAN** | | [optional]
|
23
|
+
**auto_power_shot_points** | **Integer** | | [optional]
|
24
|
+
**wobble_rings1** | **Integer** | | [optional]
|
25
|
+
**wobble_rings2** | **Integer** | | [optional]
|
26
|
+
**wobble_end1** | **Integer** | | [optional]
|
27
|
+
**wobble_end2** | **Integer** | | [optional]
|
28
|
+
**wobble_end_points** | **Integer** | | [optional]
|
29
|
+
**wobble_ring_points** | **Integer** | | [optional]
|
30
|
+
**auto_wobble_points** | **Integer** | | [optional]
|
31
|
+
**end_power_shot_left** | **BOOLEAN** | | [optional]
|
32
|
+
**end_power_shot_center** | **BOOLEAN** | | [optional]
|
33
|
+
**end_power_shot_right** | **BOOLEAN** | | [optional]
|
34
|
+
**end_power_shot_points** | **Integer** | | [optional]
|
35
|
+
**penalty_points** | **Integer** | | [optional]
|
36
|
+
**major_penalties** | **Integer** | | [optional]
|
37
|
+
**minor_penalties** | **Integer** | | [optional]
|
38
|
+
**navigation_points** | **Integer** | | [optional]
|
39
|
+
**endgame_points** | **Integer** | | [optional]
|
40
|
+
**total_points** | **Integer** | | [optional]
|
41
|
+
**alliance** | **String** | | [optional]
|
42
|
+
**team** | **Integer** | | [optional]
|
90
43
|
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# FtcEventsClient::ScoreDetailAllianceModel2021
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**alliance** | **String** | | [optional]
|
7
|
+
**barcode_element1** | [**BarcodeElement**](BarcodeElement.md) | | [optional]
|
8
|
+
**barcode_element2** | [**BarcodeElement**](BarcodeElement.md) | | [optional]
|
9
|
+
**carousel** | **BOOLEAN** | | [optional]
|
10
|
+
**auto_navigated1** | [**AutoNavigatedStatus**](AutoNavigatedStatus.md) | | [optional]
|
11
|
+
**auto_navigated2** | [**AutoNavigatedStatus**](AutoNavigatedStatus.md) | | [optional]
|
12
|
+
**auto_bonus1** | **BOOLEAN** | | [optional]
|
13
|
+
**auto_bonus2** | **BOOLEAN** | | [optional]
|
14
|
+
**auto_storage_freight** | **Integer** | | [optional]
|
15
|
+
**auto_freight1** | **Integer** | | [optional]
|
16
|
+
**auto_freight2** | **Integer** | | [optional]
|
17
|
+
**auto_freight3** | **Integer** | | [optional]
|
18
|
+
**driver_controlled_storage_freight** | **Integer** | | [optional]
|
19
|
+
**driver_controlled_freight1** | **Integer** | | [optional]
|
20
|
+
**driver_controlled_freight2** | **Integer** | | [optional]
|
21
|
+
**driver_controlled_freight3** | **Integer** | | [optional]
|
22
|
+
**shared_freight** | **Integer** | | [optional]
|
23
|
+
**endgame_delivered** | **Integer** | | [optional]
|
24
|
+
**alliance_balanced** | **BOOLEAN** | | [optional]
|
25
|
+
**shared_unbalanced** | **BOOLEAN** | | [optional]
|
26
|
+
**endgame_parked1** | [**EndgameParkedStatus**](EndgameParkedStatus.md) | | [optional]
|
27
|
+
**endgame_parked2** | [**EndgameParkedStatus**](EndgameParkedStatus.md) | | [optional]
|
28
|
+
**capped** | **Integer** | | [optional]
|
29
|
+
**minor_penalties** | **Integer** | | [optional]
|
30
|
+
**major_penalties** | **Integer** | | [optional]
|
31
|
+
**carousel_points** | **Integer** | | [optional]
|
32
|
+
**auto_navigation_points** | **Integer** | | [optional]
|
33
|
+
**auto_freight_points** | **Integer** | | [optional]
|
34
|
+
**auto_bonus_points** | **Integer** | | [optional]
|
35
|
+
**driver_controlled_alliance_hub_points** | **Integer** | | [optional]
|
36
|
+
**driver_controlled_shared_hub_points** | **Integer** | | [optional]
|
37
|
+
**driver_controlled_storage_points** | **Integer** | | [optional]
|
38
|
+
**endgame_delivery_points** | **Integer** | | [optional]
|
39
|
+
**alliance_balanced_points** | **Integer** | | [optional]
|
40
|
+
**shared_unbalanced_points** | **Integer** | | [optional]
|
41
|
+
**endgame_parking_points** | **Integer** | | [optional]
|
42
|
+
**capping_points** | **Integer** | | [optional]
|
43
|
+
**auto_points** | **Integer** | | [optional]
|
44
|
+
**driver_controlled_points** | **Integer** | | [optional]
|
45
|
+
**endgame_points** | **Integer** | | [optional]
|
46
|
+
**penalty_points** | **Integer** | | [optional]
|
47
|
+
**total_points** | **Integer** | | [optional]
|
48
|
+
|
@@ -1,22 +1,10 @@
|
|
1
1
|
# FtcEventsClient::ScoreDetailModel2019
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
## Code Sample
|
12
|
-
|
13
|
-
```ruby
|
14
|
-
require 'ftc_events_client'
|
15
|
-
|
16
|
-
instance = FtcEventsClient::ScoreDetailModel2019.new(
|
17
|
-
match_level: null,
|
18
|
-
match_number: null,
|
19
|
-
alliances: null
|
20
|
-
)
|
21
|
-
```
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**match_level** | [**FTCEventLevel**](FTCEventLevel.md) | | [optional]
|
7
|
+
**match_series** | **Integer** | | [optional]
|
8
|
+
**match_number** | **Integer** | | [optional]
|
9
|
+
**alliances** | [**Array<ScoreDetailModelAlliance2019>**](ScoreDetailModelAlliance2019.md) | | [optional]
|
22
10
|
|
@@ -1,22 +1,10 @@
|
|
1
1
|
# FtcEventsClient::ScoreDetailModel2020
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
## Code Sample
|
12
|
-
|
13
|
-
```ruby
|
14
|
-
require 'ftc_events_client'
|
15
|
-
|
16
|
-
instance = FtcEventsClient::ScoreDetailModel2020.new(
|
17
|
-
match_level: null,
|
18
|
-
match_number: null,
|
19
|
-
alliances: null
|
20
|
-
)
|
21
|
-
```
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**match_level** | [**FTCEventLevel**](FTCEventLevel.md) | | [optional]
|
7
|
+
**match_series** | **Integer** | | [optional]
|
8
|
+
**match_number** | **Integer** | | [optional]
|
9
|
+
**alliances** | [**Array<ScoreDetailAllianceModel2020>**](ScoreDetailAllianceModel2020.md) | | [optional]
|
22
10
|
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# FtcEventsClient::ScoreDetailModel2021
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**match_level** | [**FTCEventLevel**](FTCEventLevel.md) | | [optional]
|
7
|
+
**match_series** | **Integer** | | [optional]
|
8
|
+
**match_number** | **Integer** | | [optional]
|
9
|
+
**alliances** | [**Array<ScoreDetailAllianceModel2021>**](ScoreDetailAllianceModel2021.md) | | [optional]
|
10
|
+
|