You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,21 @@ Download the .jar file from https://github.com/techguy9984/TBA-API/releases.
9
9
10
10
Add the jar as a dependency in your project.
11
11
12
+
# Dependencies
13
+
This API requires the use of JSON-Simple. Make sure you download the .jar file at https://code.google.com/archive/p/json-simple/ and add the jar as a dependency.
14
+
12
15
# Usage
13
-
To use the API, first, set the ID statically with three variables:
16
+
To use the API, first, import the project:
17
+
```java
18
+
importcom.cpjd.main.*;
19
+
importcom.cpjd.models.*;
20
+
```
21
+
22
+
Next, set the ID statically with three variables:
14
23
```java
15
24
TBA.setID("id","description","version");
16
25
```
26
+
For more information on the id, go to https://www.thebluealliance.com/apidocs
0 commit comments