Skip to content

Commit e666785

Browse files
authored
Merge pull request #5 from Hypixel-API-Reborn/master
update
2 parents 785621a + d0ecc8e commit e666785

27 files changed

+2628
-2139
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ hypixel.getGuild('name', 'The Foundation').then(guild => {
4848
```
4949
For more examples go to our [documentation](https://hypixel.stavzdev.xyz/).
5050
## Changelog
51-
[v6.3.0](https://github.com/Hypixel-API-Reborn/hypixel-api-reborn/releases/tag/6.3.0)
51+
[v7.0.0](https://github.com/Hypixel-API-Reborn/hypixel-api-reborn/releases/tag/7.0.0)
5252

5353
### Try it now
5454
**[Code Sandbox](https://codesandbox.io/s/clever-babbage-xqmfw?file=/src/index.js)**

docs/index.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@
1212
path: getFriends.md
1313
- name: getStatus
1414
path: getStatus.md
15-
- name: getPing
16-
path: getPing.md
1715
- name: getRecentGames
1816
path: getRecentGames.md
1917
- name: getWatchdogStats
2018
path: getWatchdogStats.md
21-
- name: getOnline
22-
path: getOnline.md
2319
- name: getKeyInfo
2420
path: getKeyInfo.md
2521
- name: getLeaderboards
@@ -28,6 +24,8 @@
2824
path: getAPIStatus.md
2925
- name: getBoosters
3026
path: getBoosters.md
27+
- name: getServerInfo
28+
path: getServerInfo.md
3129
# - name: getSkyblockProfiles
3230
# path: getSkyblockProfiles.md
3331
# - name: getSkyblockMember

docs/methods/getAPIStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# getPlayer
1+
# getAPIStatus
22
Allows you to get the Hypixel API's Status and past Incidents, no key needed.
33
## Arguments
44

docs/methods/getBoosters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# getPlayer
1+
# getBoosters
22
Allows you to get all active boosters.
33
## Arguments
44
- [Method options](https://hypixel.stavzdev.xyz/#/docs/main/master/typedef/MethodOptions) (optional)

docs/methods/getFriends.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# getPlayer
1+
# getFriends
22
Allows you get player's list of friends.
33
## Arguments
44
- Player nickname or UUID

docs/methods/getKeyInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# getPlayer
1+
# getKeyInfo
22
Gets Key information.
33
## Arguments
44
- [Method options](https://hypixel.stavzdev.xyz/#/docs/main/master/typedef/MethodOptions) (optional)

docs/methods/getLeaderboards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# getPlayer
1+
# getLeaderboards
22
Gets all leaderboards.
33
## Arguments
44
- [Method options](https://hypixel.stavzdev.xyz/#/docs/main/master/typedef/MethodOptions) (optional)

docs/methods/getOnline.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/methods/getPing.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/methods/getRecentGames.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# getPlayer
1+
# getRecentGames
22
Allows you to get recent games of a player.
33
## Arguments
44
- Player nickname or UUID

0 commit comments

Comments
 (0)