Add this line to your application's Gemfile:
gem 'falcon-tools'
And then execute:
$ bundle
Add your falcon tool credientials to you environment vars.
FALCON_TOOLS_USERNAME=
FALCON_TOOLS_PASSWORD=
Create an initializer
FalconToolsInterface = FalconTools::Interface.new
FalconToolsInterface.find(:projects)
FalconToolsInterface.find_project_by_name("Example Project")
FalconToolsInterface.find(type, project_id)
Example: FalconToolsInterface.find(:project_members, "de9f183e-f12a-4bcb-a52e-0026f9280a30")
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.