Skip to content

Commit d99eea5

Browse files
committed
Fix README.md
1 parent f268c7f commit d99eea5

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,11 @@ And then this dependency:
2424
<dependency>
2525
<groupId>com.github.dec4234</groupId>
2626
<artifactId>JavaDestinyAPI</artifactId>
27-
<<<<<<< HEAD
2827
<version>master</version>
2928
</dependency>
3029
```
3130

3231
Check out the [wiki](https://github.com/dec4234/JavaDestinyAPI/wiki/Getting-Started) for more specific examples and information.
3332

3433
## How's it made?
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/).
36-
```
37-
<dependency>
38-
<version>1.0</version>
39-
<scope>system</scope>
40-
<systemPath>${basedir}/lib/JavaDestinyAPI.jar</systemPath>
41-
<version>master</version>
42-
</dependency>
43-
```
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/).

src/main/java/utils/HttpUtils.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,6 @@ public JsonObject manifestGET(ManifestEntityTypes entityType, String hashIdentif
133133
return urlRequestGET("https://www.bungie.net/Platform/Destiny2/Manifest/" + entityType.getBungieEntityValue() + "/" + hashIdentifier + "/");
134134
}
135135

136-
/**
137-
* Returns whether or not the API is online
138-
*/
139-
public boolean isOnline() {
140-
return true;
141-
}
142-
143136
public String generateLineGraph() {
144137
String body = "{\"chart\": {\"type\": \"line\", \"data\": {\"labels\": [\"Hello\", \"World\"], \"datasets\": [{\"label\": \"Foo\", \"data\": [1, 2]}]}}}";
145138
return urlRequestPOST("https://quickchart.io/chart/create", body);

0 commit comments

Comments
 (0)