Microya icon indicating copy to clipboard operation
Microya copied to clipboard

Micro version of the Moya network abstraction layer written in Swift.

Results 2 Microya issues
Sort by recently updated
recently updated
newest added

Should be checked if `Never` can be used instead of `EmptyBodyResponse`. Maybe it can be a typealias to it? Should be tested.

## Problem Statement Currently the repo only support Combine on Apple platforms. ## Suggested Solution For non-Apple platforms (like Linux, Windows) [OpenCombine](https://github.com/OpenCombine/OpenCombine) could be added to have the same APIs...

enhancement