module Selligent::Client::Organizations

Implements the organizations endpoints

/organizations/*

Public Instance Methods

organization() click to toggle source

Get details of the current organization

# File lib/selligent/client/organizations.rb, line 15
def organization
  get base_url
end
organizations() click to toggle source

Get an overview of all the organizations

# File lib/selligent/client/organizations.rb, line 10
def organizations
  get "#{root_url}/organizations"
end