Update IMPLEMENTATIONS.md with the Modern Ruby framework#1496
Merged
webron merged 2 commits intoOAI:masterfrom Mar 9, 2018
Merged
Update IMPLEMENTATIONS.md with the Modern Ruby framework#1496webron merged 2 commits intoOAI:masterfrom
Modern Ruby framework#1496webron merged 2 commits intoOAI:masterfrom
Conversation
Modern isn't quite finished but it's rapidly approaching "usable by people who are not me" territory and I figured it was time to start talking about it a little bit.
MikeRalphson
reviewed
Mar 1, 2018
IMPLEMENTATIONS.md
Outdated
| |----------------|--------------|----------|---------------------| | ||
| | Vert.x Web API Contract | [Github/vert-x3/vertx-web](http://vertx.io/docs/#web) | Java, Kotlin, JavaScript, Groovy, Ruby, Ceylon & Scala | Create an API endpoint with Vert.x 3 and OpenAPI 3 with automatic requests validation | ||
| | Fusio | [Github/apioo/fusio](https://github.com/apioo/fusio) | PHP, JavaScript | Build API endpoints based on OpenAPI 3 | ||
| | Modern | [Github/modern-project/modern-ruby](https://github.com/modern-project/modern-ruby | Ruby | OpenAPI 3-based Rack framework with automatic OAS generation and requests/response validation |
Member
There was a problem hiding this comment.
Thanks for the PR. Are you missing a closing ) here?
webron
approved these changes
Mar 9, 2018
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.
Modern isn't quite finished but it's rapidly approaching "usable by people who are not me" territory and I figured it was time to start talking about it a little bit.