Skip to content

brandnewbox/falcon-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Gem for querying Falcon Tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages