steamclock / netable

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

added jsondecoding/encoding key support for smart unwrap requests #112

Closed amyoulton closed 1 year ago

amyoulton commented 1 year ago

The requests using smart unwrap were missing the addition of the decoding/encoding lines, which meant the request always failed if a user provided a key while also using smart unwrap. I added support in. This is unrelated to Issue #108.