Sha256: ca14addbb7f2d99fe130c44faed116bd2eccf55cad0de047ed75bd98b5c3fa96
Contents?: true
Size: 367 Bytes
Versions: 3
Compression:
Stored size: 367 Bytes
Contents
module MarketoApi module API module Sales include Base def best_bets(attrs) api_get('sales/bestbets.json', attrs) end def interesting_moments(attrs) api_get('sales/interestingmoments.json', attrs) end def create_activity!(attrs) api_post('sales/activities.json', attrs) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
marketo_api-0.3.0.pre.alpha | lib/marketo_api/api/sales.rb |
marketo_api-0.1.1.pre.alpha | lib/marketo_api/api/sales.rb |
marketo_api-0.0.7.pre.alpha | lib/marketo_api/api/sales.rb |