Skip to content

Commit 8b6b3d9

Browse files
authored
Update README.md
1 parent b534727 commit 8b6b3d9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ To begin, use this dependency inside of your Maven pom.xml
1010
<artifactId>JavaDestinyAPI</artifactId>
1111
<version>1.0</version>
1212
```
13-
14-
Now you can start utilizing features of the api. The core class is called DestinyAPI, this is where you set your api key, and optionally: the client id, secret, and oauth code.
15-
```java
16-
DestinyAPI api = new DestinyAPI().setApiKey("YOUR_API_KEY_HERE").setClientID("CLIENT_ID").setClientSecret("CLIENT_SECRET").setOauthCode("OAUTH_CODE");
17-
```
18-
DestinyAPI __has__ to be initialized prior to any of the features inside the API that make requests to Bungie.net. The Client id, client secret and oauth code only need to be used whenever oauth is in play, so to start you don't need to bother with them.

0 commit comments

Comments
 (0)