ResponseDetective
Moya
ResponseDetective | Moya | |
---|---|---|
1 | 6 | |
1,952 | 15,192 | |
-0.1% | 0.3% | |
0.0 | 1.3 | |
over 1 year ago | 6 months ago | |
Swift | Swift | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ResponseDetective
-
What little dev helper tools do you have integrated in your projects?
I like ResponseDetective
Moya
-
What are dependecies/tools you cannot live as a iOS dev?
In terms of dependencies, I always use Moya. It's a bit heavy, and it's not perfect, but holy hell is it better than nearly every networking layer written "from scratch" I've seen on nearly every project I've worked on. It's amazing to organize requests in a predictable way, have testing baked into the framework, and has first-class support for RxSwift/Combine. I can't recommend it enough.
- Szabadúszó iOS fejlesztőt keresek
-
Network Plugin, support batch and chain operation
Friends who are familiar with swift should know an excellent three party library Moya, the plugin version of the network request is really fragrant, so I use the idea to make a pure oc version of the plugin Network request library.
-
Awesome macOS Libraries List
Moya - Network abstraction layer written in Swift. Language: Swift.
-
RetroSwift new library to make API requests
What is the advantage of your library over established solutions like Moya or protocol oriented networking approaches?
- Multiple HTTP requests
What are some alternatives?
Netfox - A lightweight, one line setup, iOS / OSX network debugging library! 🦊
Alamofire - Elegant HTTP Networking in Swift
Malibu - :surfer: Malibu is a networking library built on promises
Socket.IO
Reach - A simple class to check for internet connection availability in Swift.
Siesta - The civilized way to write REST API clients for iOS / macOS
EVURLCache - a NSURLCache subclass for handling all web requests that use NSURLRequest
protobuf-swift - Google ProtocolBuffers for Apple Swift
apollo-ios - 📱 A strongly-typed, caching GraphQL client for iOS, written in Swift.
SOAPEngine - This generic SOAP client allows you to access web services using a your iOS app, Mac OS X app and AppleTV app.
Reachability.swift - Replacement for Apple's Reachability re-written in Swift with closures