Backpack API in C#

 

 

24 Jul 2007

I wrote this wrapper originally just to play around with the API.

Background 28 Oct 2005

In the process of writing a proof-of-concept application leveraging Backpack’s API, I wrote a simple wrapper the API in C#.

It’s a completely literal mapping of the published API with no attempt at refactoring. I considered collapsing this into a smaller functional interface, but opted to stay 100% in lockstep with the originating API for the first iteration.

The current wrapper source can be downloaded as used as seen fit.