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
/** * Information about the available world bosses. * * Usage: `api().worldbosses()` */classWorldbossesEndpointextendsAbstractEndpoint{constructor(client){super(client)this.url='/v2/worldbosses'this.isPaginated=truethis.isBulk=truethis.isLocalized=truethis.cacheTime=24*60*60}}// ... code ...
Should be easily transformed into something like this:
-[`api().worldbosses()`](#apiworldbosses) - Information about the available world bosses.
<!-- Further down -->### `api().worldbosses()`> Information about the available world bosses.-**API-URL:**[/v2/worldbosses](https://api.guildwars2.com/v2/worldbosses)-**Paginated:** Yes
-**Bulk expanding:** Yes
-**Authenticated:** No
-**Localized:** Yes
-**Cache time:** 24 hours
<sup>[↑ Back to the overview](#available-endpoints)</sup>
---
The text was updated successfully, but these errors were encountered:
Something ala:
Should be easily transformed into something like this:
The text was updated successfully, but these errors were encountered: