File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This API also requires json-simple. Download the .jar file at https://code.googl
1717TBA-API-V3 is modeled exactly off of the API specifications described at https://www.thebluealliance.com/apidocs/v3 . All API
1818calls found on this page are implemented in Java (or will be soon). Models can be found in the ``` models ``` package, if a model
1919begins with a 'S', it represents a ``` simple ``` model as defined by the V3 API. To get started using the API, set the
20- API read AUTH token with ` Constants.AUTH ` = "<auth-token >". Create a ``` TBA ``` object for usage with no constructors (better if parameters
20+ API read AUTH token with ` Constants.AUTH = "<auth-token>" ` . Create a ``` TBA ``` object for usage with no constructors (better if parameters
2121will be changed frequently) and a ``` CTBA ``` object for usage with constructors (better if parameters won't be changed frequently).
2222For more information, visit the wiki at https://www.github.com/wdavies973/TBA-API-V3/wiki .
2323
You can’t perform that action at this time.
0 commit comments