yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
627 stars 147 forks source link

Support injection of JSONEncoder on requests with parameters #172

Closed jrcmramos closed 4 years ago

jrcmramos commented 5 years ago

Closes #147

Description

This PR introduces the following changes:

chaseacton commented 4 years ago

Hey @yonaskolb, any chance we could get this merged?

paigeyahnke commented 4 years ago

I'm also wondering what the status of this PR is (or some other way to encode the date differently)

yonaskolb commented 4 years ago

Will merge and make changes on master

yonaskolb commented 4 years ago

I've added a followup here, which moves the jsonEncoder from API to APIClient https://github.com/yonaskolb/SwagGen/pull/203