Alamofire
Siesta
Our great sponsors
- Appwrite - The open-source backend cloud platform
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Revelo Payroll - Free Global Payroll designed for tech teams
- SonarQube - Static code analysis for 29 languages.
Alamofire | Siesta | |
---|---|---|
17 | 1 | |
39,804 | 2,187 | |
0.3% | -0.0% | |
6.5 | 0.0 | |
13 days ago | 8 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.
Alamofire
- Modern replacements for SwiftKeychain and APAddressBook.
-
Use Alamofire with async and await
Alamofire is a swift http request lib. By default, we need use completion handler to handle response. Today we are going to find out how to use it with async and await.
-
Cracking the iOS Interview
Alamofire - Elegant HTTP networking
- Szabadúszó iOS fejlesztőt keresek
-
Awesome macOS Libraries List
Alamofire - Alamofire is an HTTP networking library written in Swift. (de facto standard library for network) Language: Swift.
-
Building a restaurant iOS App
To add Alamofire, we'll be using Swift Package Manager. Xcode comes with built-in support for it and we'll not have to use external package managers like Cocoapods or Carthage. Click on File → Add Packages...
-
Evitando conflitos no Xcode
import ProjectDescription let dependencies = Dependencies( carthage: [ .github(path: "Alamofire/Alamofire", requirement: .exact("5.0.4")), ], swiftPackageManager: [ .remote(url: "https://github.com/Alamofire/Alamofire", requirement: .upToNextMajor(from: "5.0.0")), ], platforms: [.iOS] )
-
Passing parameters as query string in URL using Alamofire 5?
https://github.com/Alamofire/Alamofire/blob/master/Documentation/Usage.md#get-request-with-url-encoded-parameters
You can checkout Request Parameters and Parameter Encoders for more details
-
Simplify HTTP requests on mobile with these libraries
Based on Swift and constantly updated, it’s probably the most used library on iOS. Don’t worry, this is the best and only library you can use for HTTP requests. You can find more info on Alamofire here.
Siesta
-
Awesome macOS Libraries List
siesta - The civilized way to write REST API clients. Language: Swift.
What are some alternatives?
Moya - Network abstraction layer written in Swift.
WebSocket - WebSocket implementation for use by Client and Server
AFNetworking - A delightful networking framework for iOS, macOS, watchOS, and tvOS.
Socket.IO
Vapor - 💧 A server-side Swift HTTP web framework.
apollo-ios - 📱 A strongly-typed, caching GraphQL client for iOS, written in Swift.
SwiftHTTP - Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.
RestKit - RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X
APIKit - Type-safe networking abstraction layer that associates request type with response type.
Reachability.swift - Replacement for Apple's Reachability re-written in Swift with closures
Netfox - A lightweight, one line setup, iOS / OSX network debugging library! 🦊