Forums
-
Problem getting service records
Halo API Support - Posted By mouse091 OnNot too familiar with HTTP_Request2 but does it work without the "$request->setBody("{body}");" line? Doesn't seem necessary or even valid for this request.
-
Possible to run via Localhost?
Halo API Support - Posted By Der Flatulator6 OnJust checking this out. It seems to be a bug. The server (haloapi.com) is erroring out with a 404 on preflight OPTIONS requests, required for successful cross-domain requests using CORS. The server is not using the "Access-Control-Allow-Origin...
-
Beginner Help [Python]
Halo API Support - Posted By ROFL A WET SOCK OnThanks a lot guys, really appreciate the help. I'm moving along slowly but surely haha If you need help with anything add it in the thread here, I just finished my Python wrapper so I'd be happy to provide insight on any issues you have.
-
haloapi.js: JavaScript Node.js Client
Halo API Support - Posted By Der Flatulator6 OnIs there any interest in this package being adapted to work both on a server, and in a web browser? --- News: published to NPM! https://www.npmjs.com/package/haloapi Installation is as simple as "npm install haloapi".
-
Intro to the Halo Public API
Halo API Support - Posted By Furiousn00b OnI've got one I'm working on for iOS/Objective-C. Should be wrapped up by this weekend. Sweet. Let us know when it's available and I'll have a look :)
-
REQUEST: EVENT TIMESTAMPS IN CARNAGE REPORT
Halo API Support - Posted By Shady IIV OnThere is a locked thread about it already, which I think was misunderstood. The forum team replied: Unfortunately we're unable to expose match times due to privacy concerns. ... but I think the discussion shouldn't end there, because we don't...
-
Rate Limit Information in headers?
Halo API Support - Posted By Furiousn00b OnYou should really be running your own rate limiter. Inspecting headers and handling 429 response codes seems like a round-about way of doing it. I voted yes, because the headers might help - but you should know everything that comes down in those...
-
Tool [PHP] - Halo API class
Halo API Support - Posted By Null Parameter OnProbably a better solution than the way I did it, my implementation hijacks 429 errors, parses the "try again in X seconds", waits that many seconds and re-requests. Not the most bandwidth efficient solution, but seems to work. It's the...
-
Client Side Javascript
Halo API Support - Posted By AttendantPort7 OnAhh yes, thank you. Weird that it's included as part of the sample code. I found a work around using https://jsonp.afeld.me/, if anyone is interested you can append the URL with "key={your-key}" and it seems to work.
-
metadata endpoints returning corrupt data
Halo API Support - Posted By Glitch100 OnI also didn't realise until I looked at the headers. Would be nice if the documentation noted it haha