Get icon indicating copy to clipboard operation
Get copied to clipboard

added support for empty data response

Open Pomanks opened this issue 3 years ago • 2 comments

added OptionalDecoding protocol to support returning nil in case of empty data in response

Pomanks avatar Sep 14 '22 08:09 Pomanks

This looks good, @Pomanks. I'm happy that this use case will now be supported without introducing any new public APIs.

I would appreciate if you could add a couple of tests, but that's not strictly required. I can merge it as is and add them later prior to the release.

kean avatar Sep 14 '22 20:09 kean

Sure thing! I'd rather make sure the implementation was good to go before adding some. I'll push another commit for the tests.

Pomanks avatar Sep 15 '22 12:09 Pomanks