Class: Onyphe::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/onyphe/client.rb

Constant Summary collapse

HOST =
"www.onyphe.io"
URL =
"https://#{HOST}/api"

Instance Method Summary collapse

Constructor Details

#initialize(api_key) ⇒ Client

Returns a new instance of Client.



12
13
14
# File 'lib/onyphe/client.rb', line 12

def initialize(api_key)
  @api_key = api_key
end