Created
March 21, 2025 16:28
-
-
Save up1/c0de7b49893612b4368b4ec1e75c953d to your computer and use it in GitHub Desktop.
MokAPI
This file contains 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
$npm install -g go-mokapi | |
// HTTP server จากไฟล์ Swagger/OpenAPI | |
$mokapi --providers-http-url https://petstore3.swagger.io/api/v3/openapi.json | |
// Apache Kafka จากไฟล์ AsyncAPI | |
$mokapi --providers-file-filename asyncapi.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment