Module: ConsolidatedScreeningList

Defined in:
lib/consolidated_screening_list.rb,
lib/consolidated_screening_list/query.rb,
lib/consolidated_screening_list/client.rb,
lib/consolidated_screening_list/result.rb,
lib/consolidated_screening_list/source.rb,
lib/consolidated_screening_list/version.rb

Defined Under Namespace

Classes: Client, Error, Query, Result, Source

Constant Summary collapse

API_BASE =
"https://api.trade.gov/gateway/v1/consolidated_screening_list/".freeze
VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.user_agentObject



23
24
25
# File 'lib/consolidated_screening_list.rb', line 23

def self.user_agent
  "ConsolidatedScreeningList/#{ConsolidatedScreeningList::VERSION}; +https://github.com/andrewmcodes/consolidated_screening_list)"
end