Skip to content

Commit d9cb1a5

Browse files
committed
Update README.md
1 parent 2737088 commit d9cb1a5

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The API is far from complete, and currently only handles the basics of what you
55

66
## Getting Started
77
This is a java wrapper for the API provided by bungie to control things on the Bungie.net platform.
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.
8+
The API is currently capable of handling most things, such as retrieving stats, managing your clan and making simple requests.
99

1010
## Getting Started
1111
This project is currently not a member of any maven repository, so you have to download a jar and place it into your project. If you are using maven you should do the following:
@@ -31,4 +31,9 @@ And then this dependency:
3131
Check out the [wiki](https://github.com/dec4234/JavaDestinyAPI/wiki/Getting-Started) for more specific examples and information.
3232

3333
## How's it made?
34-
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/).
34+
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/).
35+
36+
### TO-DO
37+
- Managing inventory / Item transfering
38+
- ASync pulls of large lists such as members of clans (Split the list into 2 or 3 parts to be ran concurrently)
39+
- Comprehensive Wiki / Youtube tutorials

0 commit comments

Comments
 (0)