darkspotinthecorner / DarkTip

The DarkTip plugin is a javascript based tooltip framework that enables quick and easy development of modules that hook into specific aspects of a webpage and display context sensitive tooltips.
http://darkspotinthecorner.github.io/DarkTip/
MIT License
31 stars 3 forks source link

dev.battle.net #10

Closed Clausi closed 10 years ago

Clausi commented 10 years ago

Hey, perhaps you already know, the api of battle.net is moving to a new host, see https://dev.battle.net/ As they will need an api-key to work, will darktip continue to work? Or will we need a solution where a database is hooked between battle.net and client-tooltips? Sorry for using your issues tracker, but this can become an issue ;-)

best regards Clausi

darkspotinthecorner commented 10 years ago

Hey there, I'm concerned about this too.

I've already posted on the official forums to get a reply from the api devs there. Still waiting for it. :)

darkspotinthecorner commented 10 years ago

I just checked the new Third-party API Usage Policy Thread. Unter "Service Availability Notice" it reads: "Applications may make up to a total of 10,000 unauthenticated requests per day".

It seems that DarkTip will be able to work with the new api. :)

Clausi commented 10 years ago

Thanks, I must have overread this point. Nice to read that! :)

darkspotinthecorner commented 10 years ago

Just a quick follow up.

It seems the documentation was outdated. Unauthenticated calls will not be allowed under the new api. They will replace them by a new system tailored for this specific problem. Until they have the new system up, the old endpoints will remain up and accept unauthenticated calls. (Source)

I will watch this closely to make the transition as smooth as possible. :)