Working on a C# API wrapper

Typically: "How do I... ", "How can I... " questions
Post Reply
SeveQ
Posts: 34
Joined: 25 Jul 2013, 20:46

Working on a C# API wrapper

Post by SeveQ »

Hi folks,

a while ago I started working on a C#/.NET wrapper DLL that can be used for writing remote API clients in any of the many Microsoft .NET languages. For this purpose I've opened a repository on GitHub (https://github.com/SeveQ/remoteApiNETWrapper). I'm adding functions/methods whenever I need them. So it's still pretty incomplete.

If someone is willing to contribute and make the effort to complete the list of supported functions/methods I'll happily accept the helping hand.

Cheers,
Hendrik

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: Working on a C# API wrapper

Post by coppelia »

Thanks Hendrik!

neuronz
Posts: 3
Joined: 02 Nov 2013, 07:49

Re: Working on a C# API wrapper

Post by neuronz »

Yay, thanks Hendrik. I'm looking forward to contributing to and using this wrapper to interface my existing C# project (currently using XNA).

SeveQ
Posts: 34
Joined: 25 Jul 2013, 20:46

Re: Working on a C# API wrapper

Post by SeveQ »

Sounds great, neuronz. I appreciate your effort!

Post Reply