Log in

View Full Version : Anyone currently using the APIs ?



luxlunae
05-11-2019, 02:19 PM
It looks like Blizzard changed to using authentication on top of individual keys for apis. It now seems like a lot of work to just keep a spreadsheet updated. Is anyone still running custom code against the armory api?

Beeq?

Jabberie
05-11-2019, 05:22 PM
It looks like Blizzard changed to using authentication on top of individual keys for apis. It now seems like a lot of work to just keep a spreadsheet updated. Is anyone still running custom code against the armory api?

Beeq?

I've not bothered to add the oauth stuff directly to mine.
Just updated the api calls and make sure to log into bnet before trying to use them.

Moorea
05-12-2019, 02:44 PM
what sheet ?

Jabberie
05-13-2019, 06:21 AM
what sheet ?

I'd imagine they are talking about generic Googlesheet data pulls. It became quite labourious to get them to work now as you need to code in oauth tokens etc especially if you're not sure what's going on.

Moorea
05-13-2019, 10:17 AM
is there an example of a working one, seems interesting to keep track of teams etc ?