steamclock / netable

A Swift library for encapsulating network APIs using Codable in a type-oriented way.
MIT License
99 stars 3 forks source link

fix nested params failing for all post requests #59

Closed brendanlensink closed 4 years ago

brendanlensink commented 4 years ago

This came up while getting some prototypes set up for a client, right now we're not able to encode nested params for POST requests at all. More discussion here

nbrooke commented 4 years ago

We should probably avoid mentioning the names of specific clients (particularly for non-released apps) in bugs / PRs on public repos, I edited that out of your comment. Linking to internal Slack discussions is also less useful than copying content on a public repo, but isn't actually a "problem" so iI left that.

brendanlensink commented 4 years ago

Good point, I'll keep that in mind.