Skip to content

Commit

Permalink
v0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Feb 19, 2024
1 parent 11f2e0f commit 905b2b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.25

* Fetch Custom Items for Characters

# 0.0.24

* Aggressive Campaign caching
Expand Down
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const CONFIG = {
baseUrl: "https://character-service.dndbeyond.com/character/v5",
monsterBaseUrl: "https://monster-service.dndbeyond.com/v1/Monster",
characterUrl: (characterId) =>
`${CONFIG.urls.baseUrl}/character/${characterId}`,
`${CONFIG.urls.baseUrl}/character/${characterId}?includeCustomItems=true`,
spellsAPI: (classId, classLevel, campaignId) => {
let campaign = "";
if (campaignId) campaign = `&campaignId=${campaignId}`;
Expand Down

0 comments on commit 905b2b1

Please sign in to comment.