-
Updated
Jul 10, 2020 - Swift
#
alamofire
Here are 487 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
networking
xcode
cocoapods
carthage
alamofire
request
response
network-monitoring
afnetworking
urlsession
charles
http-monitor
certificate-pinning
network-debug
urlprotocol
urlrequest
-
Updated
May 12, 2020 - Swift
RxSwift wrapper around the elegant HTTP networking in Swift Alamofire
-
Updated
Jul 7, 2020 - Swift
Alamofire extension for serialize NSData to SwiftyJSON
-
Updated
Apr 5, 2020 - Swift
Easy HTTP Networking in Swift a NSURLSession wrapper with image caching support
-
Updated
Jul 8, 2020 - 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
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
Jun 16, 2020 - Swift
Bamboots - Extension 4 Alamofire
-
Updated
Mar 22, 2018 - 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
Feb 27, 2020 - Swift
-
Updated
Jun 7, 2020 - 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
Jun 30, 2020 - Swift
mariusc
commented
Mar 16, 2017
I ran Jazzy locally on Serpent, and it looks like the documentation percentage is not very high. This is about documentation for functions that the users don't actually access, but still, for completeness and quality, we should document those too.
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
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
Elegant network abstraction layer in Swift.
-
Updated
Mar 30, 2020 - Swift
dart
swift
mac
c-plus-plus
ios
opensource
objective-c
script
blockchain
alamofire
opengles
toast
masonry
afnetworking
flutter
weex
sdwebimage
h5
qipai
etherenum
-
Updated
Jul 5, 2020
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