Yonas Kolb
Yonas Kolb
At the moment the Swift compiler can complain if 2 files have the same filename, which can happen if a model name and operationId are the same, for example a...
Use https://github.com/yonaskolb/Genesis for the template file and generation
The swift template can have an option for simple responses. This would do away with each request decoding it's own error responses and make the completion handler of the `APIClient`...
Hey, great library! Would it be possible to ignore line breaks in a template when a line only contains a single {{# tag? This would mean you could write: ```...
It would be awesome to have an optional default value for `Param` and `Key`. This would allow: - setting the default value in the same place as the rest of...
JSONUtilities doesn't build anymore in Carthage 0.26.0+ Not sure what the reason is. I've opened an issue there https://github.com/Carthage/Carthage/issues/2230
It would great to somehow hook into when InvalidItemBehaviours happen, especially the non throwing kinds, like `.remove` `.value`, and `.custom` when it doesn't throw. That way a client app can...
This would run the current spec validator (which highlights errors), but also a seperate linting phase that would provide suggestions on how to simplify the spec using all it's features...
Should be able to generate a spec from an existing project for easy migration