Skip to content

Commit

Permalink
Merge pull request #83 from Renal-Of-Loon/patch-3
Browse files Browse the repository at this point in the history
add bulk option to homestead decoration endpoint
  • Loading branch information
queicherius authored Oct 13, 2024
2 parents 497c82d + 4895146 commit 8fe3343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,10 @@ Alternative method of calling [`api().commerce().delivery()`](#apicommercedelive
> The account's currently used decorations in homestead.
- **API-URL:** [/v2/account/homestead/decorations](https://api.guildwars2.com/v2/account/homestead/decorations)
- **Paginated:** No
- **Bulk expanding:** No
- **Paginated:** Yes
- **Bulk expanding:** Yes
- **Authenticated:** Yes
- **Localized:** No
- **Localized:** Yes
- **Cache time:** 5 minutes

<sup>[↑ Back to the overview](#available-endpoints)</sup>
Expand Down
1 change: 1 addition & 0 deletions src/endpoints/homestead.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class DecorationsEndpoint extends AbstractEndpoint {
this.url = '/v2/homestead/decorations'
this.isPaginated = true
this.isLocalized = true
this.isBulk = true
this.cacheTime = 24 * 60 * 60
}

Expand Down

0 comments on commit 8fe3343

Please sign in to comment.