Sarjuuk / aowow

Database viewer for TrinityCore based on aowow by @LordJZ, based on the JS-Engine of Wowhead
204 stars 217 forks source link

Inquiry: Different page formats? #367

Closed brandonsturgeon closed 1 year ago

brandonsturgeon commented 1 year ago

I was wondering (hoping) that this could be configured to return JSON or even XML responses if the client asks for it.

After a quick browse through the code/docs/issues, it doesn't appear to support this, but I figured I'd toss up a quick question just to be sure.

Thank you, this is a very valuable piece of software.

Sarjuuk commented 1 year ago

Items can be returned as xml by afixing &xml to the url, but thats it. Pages return wrapped json containing name, icon and description of the pages subject by afixing &power. But that is intended for the tooltips so probably not very useful.

I do not plan on extending this.

brandonsturgeon commented 1 year ago

Thanks for the info!