Ruby FogBugz API Wrapper

My attempt at creating a wrapper for the FogBugz API in Ruby.

More about FogBugz: www.fogbugz.com More about FogBugz API: www.fogcreek.com/FogBugz/docs/60/topics/advanced/API.html

This is very much a work in progress. Any questions, concerns, or if you want to help out please e-mail me: [email protected]

Installation

GEM coming soon hopefully. For now nab the fogbugz-api.rb file and require in your Ruby script.

Requirements

Example Usage

fb = FogBugz.new(“my.fogbugz.com”,true) fb.logon(“[email protected]”,“mypassword”) case_search = fb.search(“API errors”) fb.logoff