icerockdev / moko-network

Network components with codegeneration of rest api for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev
Apache License 2.0
152 stars 28 forks source link

Add ability for include/exclude tags for generation #184

Open kovalandrew opened 1 year ago

kovalandrew commented 1 year ago

Current naming of "filterTags" option is not cleared for easy understanding.

Should be better to replace is with ex "excludeTagsFromGeneration" (should discuss naming) and append with "includeTagsFromGeneration".

excludeTagsFromGeneration - will exclude this tags from generation. includeTagsFromGeneration - will generate ONLY this tags