Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 08/09/11, 12:37 PM   #51
freddk
Glass Joe
 
Worgen Death Knight
 
Mal'Ganis
Originally Posted by Slackie View Post
This should get you started:

browse: GET https://us.battle.net/wow/en/vault/character/auction/horde/
bid_auction: POST https://us.battle.net/wow/en/vault/character/auction/horde/bid
cancel_auction: POST https://us.battle.net/wow/en/vault/character/auction/horde/cancel
create_auction: POST https://us.battle.net/wow/en/vault/character/auction/horde/createAuction
deposit (ticket request): POST https://us.battle.net/wow/en/vault/character/auction/horde/deposit
money: POST https://us.battle.net/wow/en/vault/character/auction/horde/money
my_auctions: GET https://us.battle.net/wow/en/vault/character/auction/horde/auctions
my_bids: GET https://us.battle.net/wow/en/vault/character/auction/horde/bids
Keep in mind that the "horde" portion of the URL is dynamic and can be "horde", "alliance", or "neutral".

So far I've found that the bid, cancel, create, deposit (ticket request) and money requests all return native JSON.

I still haven't found a way to get the browse, "my auctions", or "my bids" requests to return anything but HTML.

Also, upon looking at this I got the idea that since all of the POST requests returned JSON that maybe any POST request would, but sending POST instead of GET to the browse URL still results in HTML.
Which the recently changes using the old wowarmory urls is no longer possible. Has anyone had any luck posting,buying or cancelling an auction? I have managed to login but get status 500 (internal server error) when trying to create an auction using the link above. I have the xtoken and xstoken cookies but havent created a ticket.

Offline
Reply With Quote
Old 08/14/11, 8:59 AM   #52
dlmac
Glass Joe
 
Human Warrior
 
Draenor
I think if you are getting a status 500 error then you are setting the parameters incorrectly. I don't use those commands but I am having issues switching characters. It seems bliz has hidden this mid of functionality very well. All command I send for switching a characters just return with status 500 or 404.

Offline
Reply With Quote
Old 10/22/11, 5:36 PM   #53
Vajel
Glass Joe
 
Human Mage
 
The Venture Co (EU)
Ok, now i'm ready to show you worldofranks.com

Enjoy

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » User Interface and AddOns

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get XML with PHP from armory zork Public Discussion 122 04/29/11 9:48 AM
The Warcraft Armory Nite_Moogle Public Discussion 336 06/29/07 4:46 PM
In Game Armory Mod Maligne User Interface and AddOns 29 05/07/07 11:37 AM