Method: HalcyonAPI::Client#link

Defined in:
lib/halcyon_api/client.rb

Checks to see if a link object exists for a given code

Raises:

  • (NotImplementedError)

    this endpoint is not yet available

See Also:



158
159
160
# File 'lib/halcyon_api/client.rb', line 158

def link(_link_id)
  raise(NotImplementedError, 'Coming soon!')
end