Class: Onyphe::Client

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

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initialize(api_key) ⇒ Client

Returns a new instance of Client.



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

def initialize(api_key)
  @api_key = api_key
end