Sha256: 3ef62b71dd7a9df19eb333051c59e5218e5313165f2accd39b696e0949e334c6
Contents?: true
Size: 181 Bytes
Versions: 2
Compression:
Stored size: 181 Bytes
Contents
$LOAD_PATH << '.' require 'instasent' client = Instasent::Client.new('my-token') response = client.get_lookups(1, 10) puts response['response_body'] puts response['response_code']
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
instasent-0.1.5 | examples/lookup/get_lookups.rb |
instasent-0.1.4 | examples/lookup/get_lookups.rb |