WoWCenter.pl
wikass zabił Mythrax the Unraveler (Normal Uldir) po raz 2.     
kuturin zdobył 7th Legionnaire's Cuffs.     
Nikandra spełnił kryterium Loot 200,000 gold osiągnięcia Got My Mind On My Money.     
Tooly zdobył Fairweather Helm.     
Muattin zdobył osiągnięcie The Dirty Five.     
Yoozku zdobył Parrotfeather Cloak.     
Mlody89 zdobył Royal Apothecary Drape.     
Weakness zabił Dazar, The First King (Mythic King's Rest) po raz 6.     
liq spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Osiol spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Wuntu zabił Zek'voz, Herald of N'zoth (Heroic Uldir) po raz 1.     
Olsa zabił Vectis (Heroic Uldir) po raz 6.     
Sarenus spełnił kryterium osiągnięcia Saving for a Rainy Day.     
kajtasus zdobył osiągnięcie Come Sail Away.     
ossir spełnił kryterium osiągnięcia Saving for a Rainy Day.     
mcpablo spełnił kryterium Alliance players slain. osiągnięcia Frontline Slayer.     
Emmm zabił Taloc (Heroic Uldir) po raz 17.     
AsaGorth spełnił kryterium Big-Mouth Clam osiągnięcia The Oceanographer.     

[Question] Client-side api requests?

blizz -> wysłany:
Hi,

I am in the process of developing an application that would not have any reason to use a server for Community Platform API polling--any requests would be done by clients' user agents.

This application would probably only do 20-25 polls per client, and that's on the larger side. Nevertheless, since the current system of registration, I believe, relies on having static IPs and a hidden private key, would there be any way to register this HTML5/JavaScript application? Or would I just rest in the intrinsic immunity of a distributed application from polling limitations and leave it at that?
blizz -> wysłany:
In this case, I don't think you have anything to worry about. If you plan on using the JSONP feature to embed the API calls as script tags, the "application" making the request is the browser. So even if you had 50k people using the application, they would all be represented as separate consumers of the API.