Module: RubyLokaliseApi::OAuth2::Request
- Includes:
- BaseRequest, Connection
- Included in:
- Auth
- Defined in:
- lib/ruby_lokalise_api/oauth2/request.rb
Constant Summary
Constants included from Connection
Instance Method Summary collapse
Methods included from Connection
Methods included from JsonHandler
Instance Method Details
#post(path, params = {}) ⇒ Object
9 10 11 |
# File 'lib/ruby_lokalise_api/oauth2/request.rb', line 9 def post(path, params = {}) respond_with connection.post(prepare(path), custom_dump(params)) end |