Class: Linkshare::Events
- Inherits:
-
Object
- Object
- Linkshare::Events
- Defined in:
- lib/linkshare/events.rb
Instance Method Summary collapse
Instance Method Details
#getEvents(process_date_start = nil, process_date_end = nil, transaction_date_start = nil, transaction_date_end = nil, limit = "1000", page = "1") ⇒ Object
3 4 5 |
# File 'lib/linkshare/events.rb', line 3 def getEvents(process_date_start = nil, process_date_end=nil, transaction_date_start=nil, transaction_date_end=nil, limit="1000", page="1") Linkshare::Response.json_parse(Linkshare::Request.get(Linkshare::API_URIS[:events], {:headers => {'Accept' => 'text/json'}})) end |