Method: Codeforces::Client#post

Defined in:
lib/codeforces/client.rb

#post(path, options = {}) ⇒ Object



47
48
49
# File 'lib/codeforces/client.rb', line 47

def post(path, options = {})
  request(:post, path, options).result
end