[Objc] Basic Core data support [Optional]#2965
Closed
mateuszmackowiak wants to merge 48 commits intoswagger-api:masterfrom
Closed
[Objc] Basic Core data support [Optional]#2965mateuszmackowiak wants to merge 48 commits intoswagger-api:masterfrom
mateuszmackowiak wants to merge 48 commits intoswagger-api:masterfrom
Conversation
Update pom.xml to use 2.2.0-SNAPSHOT
[Objc] fixed code generation for collection parameter
- License in all header files
Avoid trailing whitespace.
[PHP] Add apache v2 license to PHP client
[Go] add apache v2 LICENSE
[Swift] change swift directory structure
update package.json and fix webpack.html
…wagger-codegen into zlx-feature/ruby_enum_support2 Conflicts: samples/client/petstore/ruby/README.md samples/client/petstore/ruby/lib/petstore/models/additional_properties_class.rb samples/client/petstore/ruby/lib/petstore/models/mixed_properties_and_additional_properties_class.rb samples/client/petstore/ruby/lib/petstore/models/read_only_first.rb
| instantiationTypes.put("map", "NSMutableDictionary"); | ||
|
|
||
| cliOptions.clear(); | ||
| cliOptions.add(new CliOption(CORE_DATA, "Should generate core data models").defaultValue("n")); |
Contributor
There was a problem hiding this comment.
for consistency with other cli options, shall we use "true", "false" instead?
[Swift] Remove force unwrap in model constructor
[TypeScript] update pom to cover TS Fetch API clients
[Python] Include license in generated client
- Moved adding License file to DefaultGenerator
…agger-codegen into mateuszmackowiak-objc/License
Contributor
|
I'll cherry-pick the commits related to CoreData |
Contributor
|
Close via #2988 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Basic CoreData support:
Change is non breaking