-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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 RepreZen API Studio to Companies/Projects #620
Conversation
Per discussion with @wing328
README.md
Outdated
@@ -422,7 +422,7 @@ Here are some companies/projects (alphabetical order) using OpenAPI Generator in | |||
- [REST United](https://restunited.com) | |||
- [Telstra](https://dev.telstra.com) | |||
- [unblu inc.](https://www.unblu.com/) | |||
|
|||
- [RepreZen API Studio](https://www.reprezen.com/swagger-openapi-code-generation-api-first-microservices-enterprise-development) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tedepstein do you mind putting it before "REST United" to follow the alphabetical order?
Corrected alphabetical order of implementations, in response to review comment from @wing238.
@wing328 , I just corrected the alphabetical order to address your comment. |
@@ -419,11 +419,11 @@ Here are some companies/projects (alphabetical order) using OpenAPI Generator in | |||
- [Bithost GmbH](https://www.bithost.ch) | |||
- [GMO Pepabo](https://pepabo.com/en/) | |||
- [Raiffeisen Schweiz Genossenschaft](https://www.raiffeisen.ch) | |||
- [RepreZen API Studio](https://www.reprezen.com/swagger-openapi-code-generation-api-first-microservices-enterprise-development) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tedepstein one more suggestion. What about linking to https://www.reprezen.com instead as the page doesn't mention OpenAPI Generator at all?
@wing328 , I'm updating the landing page to include OpenAPI Generator. I'll finish in the morning (NY time). |
@tedepstein thanks. I saw the update. |
* Add RepreZen API Studio to Companies/Projects Per discussion with @wing328 * Corrected alphabetical order Corrected alphabetical order of implementations, in response to review comment from @wing238.
fix(OpenAPITools#439): allow custom generator to be passed to the generate command
Per discussion with @wing328
PR checklist
./bin/
to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.sh
and./bin/security/{LANG}-petstore.sh
if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\
.master
,3.1.x
,4.0.x
. Default:master
.Description of the PR
Simple update to README. RepreZen API Studio, our commercial API design tool, now has built-in support for OpenAPI-Generator for both OpenAPI 2.0 and 3.0 source documents. Thanks!