SwiftMoyaCodeGenerator
SwiftMoyaCodeGenerator copied to clipboard
This is a Paw Extension that generates Moya code.
Swift Moya Code Generator (Paw Extension)
A Paw Extension that generates Moya code for you! 🔨😎🎉
Features
- Parsing query params
- Parsing key-value object provided as JSON Body
- Type matching for params (
StringorIntbased on param data provided in PAW, e.g. id = 2 will generatelet id: Int)
TODO
Still lots to be done... See issues for a good start or write your own. If you feel like contributing you are more than welcome 🍻 (I will try to merge PR's as soon as possible :smile:)
License
This Paw Extension is released under the MIT License. Feel free to fork, and modify!
Copyright © 2015 Łukasz Kuczborski.
Credits
- Mustache.js, also released under the MIT License
- URI.js, also released under the MIT License