Sha256: 676c577228815c71b3e5b9c82d55280495ee1583d6c900b55158ede6af91880c
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
module Pocket class Client # http://getpocket.com/developer/docs/v3/modify module Modify # required params: actions, consumer_key, access_token def modify params response = connection.post("/v3/send", params) response.body end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pocket-ruby-0.0.3 | lib/pocket/client/modify.rb |