Ethan Pippin

Results 195 comments of Ethan Pippin

From my comment in #85, we can create a `paths.requestProvider: Get || custom` option. With `paths.requestProvider: Get`, all we do is simply use `Get` as an import in Paths and...

I would assume in that scenario that the `Request` type is a custom local type, so the user would still have to provide the `Request` type. Or, we can expand...

Please see the bottom of the following comment first: https://github.com/CreateAPI/CreateAPI/pull/136#issuecomment-1212391259 --- The question regarding this specifically is: should we tightly couple CreateAPI to a specific networking package? The meaning of...

I guess to get started, what rules do we want? A first `autocorrect` run doesn't produce much, only `Array` to `[...]` and some whitespace removed.

I started with the raywenderlich config, removed some options that didn't apply, and added a few to get to this config: https://github.com/LePips/CreateAPI/blob/swiftlint/.swiftlint.yaml You can see what changes it made with...

Disabled the redundant rule for ConfigOptions.swift and all rules for the generated files: https://github.com/CreateAPI/CreateAPI/commit/91af76e716342b5af746048029eac46a6f0bbf87

For `operations` style: > create namespaces/subdirectories (for split) This would be, - `namespaces`: these would be a single file per tag with all of the tagged calls combined - `subdirectories`:...

> I wonder if namespace could use the template format when grouping by tags? Yep, that sounds great! Instead of a new option what if we created a third option...

> While there is no name feature which would be the best thing, we can just have the default be alphabetical The issue with server templates is that there is...