Beanstalk RESTful API wrapper written in C#. Follows the conventions outlined in the Official Ruby gem
See the official API for more information
For now, grab the source code and compile it yourself (it's very quick).
See MIT-LICENSE.
Uses and includes the Json.NET library.
First enable API access in your Beanstalk account by going to Account > Setup. Only the account owner can do that.
Reference beanstalkapp_net.dll in your project and initialize the wrapper like this:
Beanstalk.Initialize("username", "password", "your_beanstalk_subdomain");
Then you can start using the API:
var account = Account.Find();
For information about all API methods please go to the official documentation site:
Copyright (c) 2012 Christian Zachariasen, io7 Software. Released under the MIT license