class Shodan::Clients::Account

Public Instance Methods

profile() click to toggle source

Returns information about the Shodan account linked to this API key.

# File lib/shodan/clients/account.rb, line 7
def profile
  get("/account/profile")
end