Swagger and OpenAPI plugins #2432
teunmooij
started this conversation in
Show and tell
Replies: 1 comment 5 replies
-
Hi. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we've just released the first major version of our payload-swagger and payload-openapi plugins.
With
payload-openapi
you can generate openAPI 3.0 documentation for your payload instance, which includes:The
payload-swagger
plugin turnspayload-openapi
into a simple plugin that not only generates the openAPI document, but also adds a swagger UI endpoint to your payload server.You can find them here:
payload-swagger
: https://www.npmjs.com/package/payload-swaggerpayload-openapi
: https://www.npmjs.com/package/payload-openapiBeta Was this translation helpful? Give feedback.
All reactions