Update getActivityPage to accept bosses.

This commit is contained in:
maxswa
2020-01-05 20:43:15 -05:00
parent 26d06da24b
commit d5bbe2a169
5 changed files with 30 additions and 19 deletions

View File

@@ -78,7 +78,7 @@ const topPage = await getSkillPage('overall');
| Tournament | `tournament` |
| Leagues | `seasonal` |
`getSkillPage` and `getActivityPage` require a skill/activity and optionally a gamemode and page:
`getSkillPage` and `getActivityPage` require a skill / activity and optionally a gamemode and page:
```javascript
hiscores
@@ -109,6 +109,12 @@ Activities consist of all levels of clue scrolls as well as minigames and bosses
| Bounty Hunter (Hunter) | `hunterBH` |
| Last Man Standing | `lastManStanding` |
### Leagues
| Activity | Param |
| ------------- | :------------: |
| League Points | `leaguePoints` |
### Bosses
| Boss Name | Param |