class Tripletexer::Endpoints::Contact

Public Instance Methods

create(body) click to toggle source

tripletex.no/v2-docs/#!/contact/post

# File lib/tripletexer/endpoints/contact.rb, line 12
def create(body)
  cerate_entity('/v2/contact', body)
end
find(id, params = {}) click to toggle source

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

# File lib/tripletexer/endpoints/contact.rb, line 17
def find(id, params = {})
  find_entity("/v2/contact/#{id}", params)
end