We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/content
/{contentName}
/{contentName}/{contentId}
/search
print_query / minify / pretty / snake_case / remove_keys
The text was updated successfully, but these errors were encountered:
Examples related to object depth changing:
Response before change
{ "ItemIngredient0": { "ClassJobRepair": { "ItemSoulCrystal": { "ClassJobRepair": 0 }, "ItemSoulCrystalTarget": "Item", "ItemSoulCrystalTargetID": 10340 }, "ClassJobRepairTarget": "ClassJob", "ClassJobRepairTargetID": 11 }, "ItemIngredient0Target": "Item", "ItemIngredient0TargetID": 2121 }
Response after change
{ "ItemIngredient0": { "ClassJobRepair": 11 }, "ItemIngredient0Target": "Item", "ItemIngredient0TargetID": 2121 }
Sorry, something went wrong.
No branches or pull requests
Endpoints
/content
/{contentName}
/{contentName}/{contentId}
/search
Known problems
Descriptions are not formatted.Transients are not merged to parent.Difference to Xivapi
print_query / minify / pretty / snake_case / remove_keys
).The text was updated successfully, but these errors were encountered: