api-manager icon indicating copy to clipboard operation
api-manager copied to clipboard

Framework for abstracting RESTful api requests

Results 2 api-manager issues
Sort by recently updated
recently updated
newest added

`Could not find module 'APIManager' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator`

Since Decodable is swift's goto protocol for object serialization, it doesn't make sense for APIReturnable to require implementation beyond Decodable. The only additional information needed to convert from Data to...

enhancement