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

Used Swagger2Markup 2.0.0-SNAPSHOT to fix path doc examples #429

Closed
wants to merge 1 commit into from

Conversation

ppatierno
Copy link
Member

This PR fixes #420.
It's using the Swagger2Markdown 2.0.0-SNAPSHOT for now, while waiting for the final release (which seems not having an ETA) but at least we can have API documentation fixed.

@ppatierno ppatierno requested a review from a team June 16, 2020 12:26
@ppatierno ppatierno added this to the 0.17.0 milestone Jun 16, 2020
Copy link
Member

@scholzj scholzj left a comment

Choose a reason for hiding this comment

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

I'm fine with the implementation.

The idea is probably a bit questionable since the SNAPSHOT version probably changes with every build and every commit into their (master?) branch. So there is potential issue that:

  • The new versions will introduce new issues and bugs
  • The builds might not be reproducible (the SNAPSHOT changing, not everyone having the same cached SNAPSHOT version etc.)

@ppatierno
Copy link
Member Author

That's a fair point I haven't thought. I will close this, but anyway we could live with the bugged doc for long time :-(

@ppatierno ppatierno closed this Jun 16, 2020
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.

Wrong JSON for response example
2 participants