Created
June 5, 2014 12:46
-
-
Save diegoeche/c38c488dc2e50ca0d043 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UserState: | |
{ | |
<new field> | |
itemDetails: [ | |
<Same as ItemConfig> | |
{ | |
"i18n": { | |
"description": "This is a generated item.", | |
"title": "" | |
}, | |
"tags": [], | |
"effectIds": [ | |
"CP_Pike_PreSuf_WeaponArmor", | |
"CP_Pike_PreSuf_WeaponArmor", | |
"DamageBasePikeLegendaryMax", | |
"DamageBasePikeLegendaryMin", | |
"CP_Pike_PreSuf_WeaponArmor", | |
"CP_Pike_PreSuf_WeaponArmor" | |
], | |
"effectBundle": "LegendaryPikeWeapon", | |
"itemGroup": "Pike_Weapon", | |
"itemSlot": "Weapon", | |
"rarity": "Legendary", | |
"id": "LegendaryPikeWeapon_255" | |
} | |
... | |
] | |
} | |
Endpoint: hero-item-api-backend-1194517380.eu-west-1.elb.amazonaws.com | |
curl -XGET "http://localhost:8080/api/items/range?env=test&from=0&to=1889&rarity=Common&itemGroup=...&itemSlot" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment