Tymon Tobolski
Tymon Tobolski
I don't think so. Once something is put in master/released version it must stay there and be supported forever (or at least until next major version). If you simply copy...
@stefanchrobot 👋
Thank you, @thiamsantos, for picking this up! I think this looks good, especially that it would introduce proper options validation instead of ad-hoc solutions implemented in some middlewares. I'm naturally...
cc @elixir-tesla/tesla
Hi @jayjun, thanks for reporting the issue. Would you be able to provide the fix as a PR?
🔥 🔥 🔥 💜 @elixir-tesla/core Please take a look.
👋 I've found similar need when working on the OpenAPI generator and I've ended up with https://github.com/elixir-tesla/tesla/blob/openapi/lib/tesla/client.ex#L51-L72 (this code lives only in the `openapi` branch, nowhere near to be released...
@brenomaia 👋 Could you push the requested changes so we can merge this PR? :)
Seems like an issue with adapters not handling POST request with `nil` body. @gaiabeatrice Could you provide a test case in https://github.com/teamon/tesla/blob/master/test/support/adapter_case/basic.ex ?
I think it makes sense to: - [ ] Add a basic adapter test case to sending POST request with `nil` body - [ ] Handle `nil` body for adapters...