Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

bigkevmcd/ruby-landscape-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby-landscape-api

Ruby client library for Canonical's Landscape service.

To use this, you'll need to create an API keypair in the Landscape Web UI.

gem install landscape-api
require 'landscape'

client = Landscape::Client.new(api_access_key: 'enter key here',
                               secret_access_key: 'enter secret here')
puts client.get_access_groups

[{'children' => '', 'name' => 'my-computers', 'parent' => 'global', 'title' => 'My Computers'}, 
 {'children' => 'my-computers', 'name' => 'global', 'parent' => '', 'title' => 'Global access'}]

About

Ruby client library for Canonical's Landscape service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages