|
|
FRCAPI Is the "Team Listing API" only supposed to return data for one team currently?
|
|
10/17/2014 2:32 PM
post3181
|
FRCAPI Is the "Team Listing API" only supposed to return data for one team currently?
For example /2014/teams?teamNumber returns
"
<TeamListings>
<pageCurrent>1</pageCurrent>
<pageTotal>1</pageTotal>
<teamCountPage>1</teamCountPage>
<teamCountTotal>1</teamCountTotal>
<teams>
<Team>
<districtCode/>
<location>League City, TX, USA</location>
<nameFull>NASA-JSC & Clear Creek ISD</nameFull>
<nameNick>Robonauts</nameNick>
<nameShort/>
<number>118</number>
<robotName>Endeavour</robotName>
<rookieYear>1997</rookieYear>
</Team>
</teams>
</TeamListings>
"
Is this a known problem for the beta?
|
|
|
|
|