87 88 89
# File 'lib/kiita/api.rb', line 87 def self.post(path, options = {}) handle_response(connection.post(qiita_url(path), options)) end