rom-rb / rom-http

Abstract HTTP adapter for ROM
https://rom-rb.org
MIT License
73 stars 18 forks source link

Separate request params into query_params and body_params #44

Closed AMHOL closed 3 years ago

AMHOL commented 3 years ago

Breaking change as it removes the old params option and renames param_encoder to query_param_encoder, see https://github.com/rom-rb/rom-http/pull/43 for details

dchandekstark commented 3 years ago

I closed #43 since this PR supersedes it.

solnic commented 3 years ago

FYI I'm gonna install rom-rb/devtools in master prior merging this PR (and rebase it) then we can have a new release.