Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possiblity to check http status code #65

Merged
merged 4 commits into from
Oct 20, 2021

Conversation

LastSprint
Copy link
Contributor

@LastSprint LastSprint commented Oct 19, 2021

What was done:

  1. Now property responseGenerationModel have two values: Key (string http status code) and value (DataGenerationModel ). There was just DataGenerationModel in the past. So you have to add .value string after responseGenerationModel usage Add httpCode for responseGenerationModel #54
  2. Added property allGenerationResponses to OperationGenerationModel so you can iterate through all responses from current operation grouped by key property Add httpCode for responseGenerationModel #54 Support binary data in request body #40 (so now for iOS, Android and Flutter templates with support of binary data sending should be created)
  3. Updated template docs
  4. Properties for Generator was moved to new model layer

WARNING

This PR will break your templates. You have to fix them after this PR will be merged

Copy link
Contributor

@margarita-v margarita-v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

закоменченный код удалить/раскоментить?

@LastSprint
Copy link
Contributor Author

Проверь что у тебя все работает - тогда удалю

@LastSprint LastSprint merged commit 8787ee1 into master Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants