Skip to content
This repository was archived by the owner on Apr 22, 2021. It is now read-only.

christianz/beanstalkapp-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beanstalkapp-net

Beanstalk RESTful API wrapper written in C#. Follows the conventions outlined in the Official Ruby gem

See the official API for more information

Installation

For now, grab the source code and compile it yourself (it's very quick).

License

See MIT-LICENSE.

Dependencies

Uses and includes the Json.NET library.

Usage

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:

http://api.beanstalkapp.com

Copyright (c) 2012 Christian Zachariasen, io7 Software. Released under the MIT license

About

Beanstalk RESTful API wrapper written in C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages