You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently jsonDecoder, jsonEncoder, date formatters (Commercetools.swift:216 ) are internal.
Could you make them public?
Actually I want reuse them because of the other issue. It's impossible to catch decoding error because of handling error Result.swift:107 is just logging to console.
I tried to convert your Result type to Swift.Result with concrete error related to decoding, but it's impossible without copying your json decoder implementation.
The text was updated successfully, but these errors were encountered:
As you've probably seen, it's been a couple of years since the last release, swift continued evolving, and even though the SDK should be completely functional / usable, further changes aren't planned at this point.
If you have a potential project that would benefit from some additions like this, I'd suggest to bring it up during your project trial period.
Currently jsonDecoder, jsonEncoder, date formatters (Commercetools.swift:216 ) are internal.
Could you make them public?
Actually I want reuse them because of the other issue. It's impossible to catch decoding error because of handling error Result.swift:107 is just logging to console.
I tried to convert your Result type to Swift.Result with concrete error related to decoding, but it's impossible without copying your json decoder implementation.
The text was updated successfully, but these errors were encountered: