Working on and have released an open source C# API

Avatar image for subkamran
subkamran

37

Forum Posts

364

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By subkamran

You can find it on GitHub.
 
It is based on RestSharp and hopefully is easy to extend to wrap the entire API. I am only using a subset of the API right now so I haven't implemented everything, but it should be pretty easy to do!
 
I am using it to power my site, Keep Track of My Games.

Avatar image for rafaelsousa
RafaelSousa

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2  Edited By RafaelSousa

Tks, Man!

You help me a lot. \o/

If I improve anything I will contact you.....

Congratulations!!!!!

Rafael Sousa

Avatar image for beresford
Beresford

3

Forum Posts

30

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#3  Edited By Beresford

Thanks to your API I've managed to get some information out of the GiantBomb API. I can't see where I can get the developer of the game, is this possible? I've rummaged around in your source code but I have no idea what I'm looking for :(

Avatar image for beresford
Beresford

3

Forum Posts

30

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#4  Edited By Beresford

I think I figured it out.

Added

public List<Developer> Developers { get; set; }

to the Game.cs file.