originally posted in:BungieNetPlatform
View Entire Topic
Hey all!
I've been working on learning AngularJS and C# Web API and I decided many months ago to create a website for my clan to help with forming groups for raids, trials, IB, ect. I found it really difficult to just learn and understand what kind of information gets returned from each of the Bungie API calls. With this in mind, I thought I'd work on creating something that could be used by other developers to make this process easier. I've used the facebook API before and remembered they had this API explorer that allowed you to see the actual data returned from each of their available API calls. I'd like to keep this as an open source project and if you'd like to contribute that would be awesome!
[url]http://www.destinyapiexplorer.com[/url]
[url]http://github.com/Jealous101691/BungieApi[/url]
-
Right now, I'm trying to figure out how to make an HTTP GET request in a VB Windows form app. I haven't had much success, but your website has helped me figure out what requests I need to make and what information I need to grab. So, once I figure this stuff out, I'll be able to hit the ground running. Thanks for sharing your awesome project!