The problem with looking at html pages .. is depending on how you read it .. it could be broken by some dev's comment in page.. I mean searching a html page for txt? .. where json is .. json ..
{
"steamid":"STEAM_1:1:1232",
"newsteamid":"123456",
"skill":"1",
"level":"1",
"timeplayedsec":"1232423",
"name":"Balmark",
"altnames":["Bal","Bally","BalTheMan","Daddy"]
}
etc etc
The problem with looking at html pages .. is depending on how you read it .. it could be broken by some dev's comment in page.. I mean searching a html page for txt? .. where json is .. json ..
{
"steamid":"STEAM_1:1:1232",
"newsteamid":"123456",
"skill":"1",
"level":"1",
"timeplayedsec":"1232423",
"name":"Balmark",
"altnames":["Bal","Bally","BalTheMan","Daddy"]
}
etc etc
Anyhow .. it doesnt exist .. again .. a pity ..
All Samus did say was that you should look it up yourself in the ns2 lua code, everything around hive is managed with httprequests and jsons.
It's just i won't post hive api links here in public because i think noone would want this.
Comments
for a web service, you should expect something like this ..
http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/0 as a typical request .. returns your html like you expect .. then additional options to return as json .. an easier to work with .. format ..
http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/0?f=json
The problem with looking at html pages .. is depending on how you read it .. it could be broken by some dev's comment in page.. I mean searching a html page for txt? .. where json is .. json ..
{
"steamid":"STEAM_1:1:1232",
"newsteamid":"123456",
"skill":"1",
"level":"1",
"timeplayedsec":"1232423",
"name":"Balmark",
"altnames":["Bal","Bally","BalTheMan","Daddy"]
}
etc etc
Anyhow .. it doesnt exist .. again .. a pity ..
All Samus did say was that you should look it up yourself in the ns2 lua code, everything around hive is managed with httprequests and jsons.
It's just i won't post hive api links here in public because i think noone would want this.
Also what exactly do you want to do?
PlayerRanking.lua .. http://sabot.herokuapp.com/api/get/playerData/2087951
It's there .. I don't understand the secrecy ... thanks for indirectly helping.
BTW i don't know what you want to do but here is the ns2stats.com api doc: https://docs.google.com/document/d/13v9TF56gqykSyg0uysIzeZlEQmJL5ge5wLfM-uRaAwo/
Also with knowing the get-url you can do things i don't want to ppl to do. Let's just end this, okay?