feat: integrate xml-parser for API response handling and enhance data retrieval methods

This commit is contained in:
fzzinchemical
2025-03-28 16:14:49 +01:00
parent 0d62cbc8c7
commit f55b5579ad
4 changed files with 182 additions and 90 deletions

View File

@@ -15,9 +15,13 @@
},
"imports": {
"@discordeno": "npm:@discordeno@18.0.1",
"@melvdouc/xml-parser": "jsr:@melvdouc/xml-parser@^0.1.1",
"@std/assert": "jsr:@std/assert@1",
"@types/node": "npm:@types/node@^22.5.4",
"@root/" : "./src/"
},
"fmt": {
"useTabs": true
}
}