-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Move OpenApiSpecBuilder to a standalone package #187
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
Conversation
ritch
left a comment
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.
Looks great! +1 for the readme.
| @@ -0,0 +1,73 @@ | |||
| # @loopback/openapi-spec-builder | |||
|
|
|||
| Builder API making it easy to create OpenAPI Spec/Swagger documents in your tests | |||
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.
This sentence doesn't read right...?
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.
Making it easy to create OpenAPI (Swagger) specification documents in your tests using the builder pattern.
| @@ -0,0 +1,73 @@ | |||
| # @loopback/openapi-spec-builder | |||
|
|
|||
| Builder API making it easy to create OpenAPI Spec/Swagger documents in your tests | |||
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.
Making it easy to create OpenAPI (Swagger) specification documents in your tests using the builder pattern.
|
|
||
| ## Installation | ||
|
|
||
| ```sh |
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.
sh = shell?
| { | ||
| "name": "@loopback/openapi-spec-builder", | ||
| "version": "4.0.0-alpha.1", | ||
| "description": "Builder API making it easy to create OpenAPI Spec/Swagger documents in your tests", |
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.
Making it easy to create OpenAPI (Swagger) specification documents in your tests using the builder pattern.
52fd282 to
825a27b
Compare
Connect to #135
cc @bajtos @raymondfeng @ritch @superkhau