class Tripletexer::Endpoints::Company

Public Instance Methods

find(id, params = {}) click to toggle source

tripletex.no/v2-docs/#!/company/get

# File lib/tripletexer/endpoints/company.rb, line 12
def find(id, params = {})
  find_entity("/v2/company/#{id}", params)
end
with_login_access(params = {}) click to toggle source

tripletex.no/v2-docs/#!/company/getWithLoginAccess

# File lib/tripletexer/endpoints/company.rb, line 7
def with_login_access(params = {})
  find_entities('/v2/company/>withLoginAccess', params)
end