Method: CloudKit::OAuthStore#post
- Defined in:
- lib/cloudkit/oauth_store.rb
#post(uri, options = {}) ⇒ Object
:nodoc:
26 27 28 |
# File 'lib/cloudkit/oauth_store.rb', line 26 def post(uri, ={}) #:nodoc: @@store.post(CloudKit::URI.new(uri), ) end |