originally posted in:BungieNetPlatform
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!
English
-
Check out my code in github, I have a BungieClient class that is used to make the http calls to Bungie.
-
Edited by Ember Hawk: 11/29/2015 6:49:40 AMOh, awesome! I'll have a look! EDIT/UPDATE: I got something working! I've got it returning requests as strings, and I can work with that. I converted your BungieClient class to Visual Basic. Thanks so much.
-
Awesome news glad it helped you!