A Paw Extension that generates Swift 5 code for the Alamofire 5.4.1 library.
Easily install this Paw Extension: Install Swift + Alamofire Code Generator
make setup
make setup
npm install
cake build
cake install
OR
make setup
During development, watch for changes:
cake watch
Tests are currently limited to some code samples generated by this project. Requests are run in an OS X CLI app against httpbin.org, using the latest Alamofire.
Version >= 0.36.0 required
gem install cocoapods
An Xcode Project is present in the /test
folder.
pod install --project-directory=./test/
cake test
set -o pipefail && xcodebuild -workspace 'SwiftAlamofireCodeGeneratorTest/SwiftAlamofireCodeGenerator.xcworkspace' -scheme SwiftAlamofireCodeGenerator clean build | xcpretty -c
This Paw Extension is released under the MIT License. Feel free to fork, and modify!
Copyright © 2014-2016 Paw Inc.
See Contributors.
- Alamofire
- Mustache.js, also released under the MIT License
- URI.js, also released under the MIT License