-
Updated
Jul 18, 2022 - Swift
#
alamofire
Here are 683 public repositories matching this topic...
Elegant HTTP Networking in Swift
swift
networking
xcode
cocoapods
carthage
swift-package-manager
alamofire
request
response
urlsession
certificate-pinning
public-key-pinning
urlrequest
httpurlresponse
parameter-encoding
A lightweight, one line setup, iOS / OSX network debugging library! 🦊
swift
debugging
http
ios
networking
xcode
cocoapods
carthage
alamofire
request
response
network-monitoring
afnetworking
urlsession
charles
http-monitor
certificate-pinning
network-debug
urlprotocol
urlrequest
-
Updated
Apr 7, 2022 - Swift
RxSwift wrapper around the elegant HTTP networking in Swift Alamofire
-
Updated
Jul 22, 2022 - Swift
Alamofire extension for serialize NSData to SwiftyJSON
-
Updated
Sep 4, 2020 - Swift
Easy HTTP Networking in Swift a NSURLSession wrapper with image caching support
-
Updated
Nov 23, 2021 - Swift
Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift
-
Updated
Jun 14, 2020 - Swift
精仿有妖气漫画(Swift5)
swift
xcode
moya
alamofire
snapkit
then
kingfisher
reusable
hmsegmentedcontrol
oc
mbprogresshud
mjrefresh
handyjson
emptydataset-swift
swift5
llcyclescrollview
iqkeyboardmanagerswift
snapkitextend
uinavigation-sxfixspace
-
Updated
Oct 25, 2021 - Swift
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
nlp
swift
ios
natural-language-processing
computer-vision
alamofire
keras
vision
arkit
coreml
coremltools
vision-framework
swiftui
ml-kit
realitykit
-
Updated
Jul 31, 2022 - Swift
This repository contains a detailed sample app that implements VIPER architecture in iOS using libraries and frameworks like Alamofire, AlamofireImage, PKHUD, CoreData etc.
-
Updated
Dec 27, 2018 - Swift
Lightweight network abstraction layer, written on top of Alamofire
-
Updated
Jul 19, 2022 - Swift
Bamboots - Extension 4 Alamofire
-
Updated
Nov 3, 2020 - Swift
Restofire is a protocol oriented networking client for Alamofire
swift
networking
protocol-oriented
xcode
cocoapods
carthage
moya
alamofire
urlsession
protocol-oriented-programming
embedded-binaries
restofire
-
Updated
Apr 28, 2022 - Swift
-
Updated
Jun 7, 2020 - Swift
Calculates money quick and easy way to see live foreign exchange rates (Based on swift 4.2, viper architecture and special thanks to https://github.com/hakanensari/fixer-io for conversion API)
swift
open-source
converter
ios
finance
alamofire
viper
clean-architecture
swift3
viper-architecture
currency-converter
-
Updated
Nov 4, 2019 - Swift
nashfive
commented
Jun 14, 2022
I have a custom validator that parses the JSON response and tries to build an Error struct.
If it builds the error successfully, my validator will return with a .failChain(responseError), but in my catch at the call site, the error is still embedded into a HTTPError, which makes the catch a bit convoluted:
import RealHTTP
import MyService
do {
let result = try await ser
dart
swift
mac
c-plus-plus
ios
opensource
objective-c
script
blockchain
alamofire
opengles
toast
masonry
afnetworking
flutter
weex
sdwebimage
h5
qipai
etherenum
-
Updated
Aug 23, 2020
Versatile HTTP Networking in Swift
swift
swift-library
http
json
task
framework
networking
authentication
progress
asynchronous
cache
stub
swift-package-manager
moya
alamofire
swift-framework
request
response
synchronous
urlsession
-
Updated
Sep 20, 2018 - Swift
Improve this page
Add a description, image, and links to the alamofire topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the alamofire topic, visit your repo's landing page and select "manage topics."
Currently we use a pretty naive removal of testing dependencies for SwiftPM by setting an environment variable. We should be able to use Rocket and update our
Rakefilescript to just remove testing dependencies on each release, and keep it in the development process thanks to that.The idea came from this PR that I saw RxSwiftCommunity/RxOptional#83, which sounds reall