Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 872 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 872 Bytes

Installation

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

List Projects

FalconToolsInterface.find(:projects)

Find Project Id By Name

FalconToolsInterface.find_project_by_name("Example Project")

List Project Members, Facilities, Assets

FalconToolsInterface.find(type, project_id)

Example: FalconToolsInterface.find(:project_members, "de9f183e-f12a-4bcb-a52e-0026f9280a30")

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.