XIVAPI-SDK
XIVAPI-SDK is a library for XIVAPI made with Typescript, aiming to simplify working with the API.
Live preview of the documentation site. See the documentation folder for more details.
Recomended VS Code setup
Extensions
Settings
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}