Sha256: 1cae526366de5d0308fa93f8f488afc47ac7804d69f63d1fd18c44a48aab1763

Contents?: true

Size: 242 Bytes

Versions: 3

Compression:

Stored size: 242 Bytes

Contents

# frozen_string_literal: true

module Shodan
  module Clients
    class Account < Base
      # Returns information about the Shodan account linked to this API key.
      def profile
        get("/account/profile")
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shodanx-0.2.1 lib/shodan/clients/account.rb
shodanx-0.2.0 lib/shodan/clients/account.rb
shodanx-0.1.0 lib/shodan/clients/account.rb