Skip to content

Commit 18464f0

Browse files
authored
Update README.md
1 parent 7ce0182 commit 18464f0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# JavaDestinyAPI
2-
A Java wrapper for the Bungie Platform API
2+
This is a java wrapper for the api provided by bungie to control things on Bungie.net and inside the game Destiny 2. It handles all of the neccessary HTTP requests async and parses the Json response for you.
3+
4+
The API is far from complete, and currently only handles the basics of what you might need. You can get users and clans by their names or ids and get details about them. You can also control your clan such as kicking, banning and inviting players, as long as you have set up OAuth.
5+
6+
# Getting Started
7+
To begin, use this dependency inside of your Maven pom.xml
8+
```
9+
<groupId>org.dec4234</groupId>
10+
<artifactId>JavaDestinyAPI</artifactId>
11+
<version>1.0</version>
12+
```

0 commit comments

Comments
 (0)