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
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
1
# JavaDestinyAPI
2
-
<<<<<<< HEAD
3
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.
4
3
5
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.
6
5
7
6
## Getting Started
8
-
=======
9
7
This is a java wrapper for the API provided by bungie to control things on the Bungie.net platform.
10
8
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.
11
9
@@ -14,7 +12,6 @@ This project is currently not a member of any maven repository, so you have to d
14
12
- Download the most recently available jar from [releases](https://github.com/dec4234/JavaDestinyAPI/releases)
15
13
- Create a folder called lib inside of your project folder (the one in such place as eclipse-workspace)
16
14
- Place the jar into that folder then add this maven dependency inside of your pom.xml
17
-
>>>>>>> 9ce3da3ce0026cdd15b6b7b3fa265a40f66db14c
18
15
This project can be currently accesed through the jitpack repository, which allows any github repo to be used as a dependency
19
16
```
20
17
<repository>
@@ -36,11 +33,11 @@ Check out the [wiki](https://github.com/dec4234/JavaDestinyAPI/wiki/Getting-Star
36
33
37
34
## How's it made?
38
35
There is both offical and unoffical documentation for the API available on [destinydevs.github.io](http://destinydevs.github.io/BungieNetPlatform/docs/Endpoints) and on the [offical bungie api documentation](https://bungie-net.github.io/).
thrownewAccessTokenInvalidException("The access token used in this OAuth request was not accepted by the server \nI've already taken the liberty of getting a new access token for you :D");
0 commit comments