Skip to content

Commit

Permalink
Add quarkus-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mcruzdev committed Nov 20, 2024
1 parent 7d28066 commit cfe368a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* xref:client.adoc[Client Generator]
* xref:server.adoc[Server Generator]
* xref:server.adoc[Server Generator]
* xref:moqu.adoc[Moqu Wiremock Generator]
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/moqu.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ paths:

<1> Defines an example named `john` for request
<2> Maps the request for path `/users/1` should use the response named as `john`
<2> Defines an example named `john` for response
<3> Defines an example named `john` for response


In other words, if the user accesses `/users/1`, the response will be the one mapped for the `john` example in response.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class QwcMoqu extends LitElement {
return html`
<vaadin-vertical-layout>
<a href="${mock.link}" target="_blank">
<vaadin-icon class="moqu" icon="font-awesome-solid:download"></vaadin-icon>
<vaadin-icon class="moqu-icon" icon="font-awesome-solid:download"></vaadin-icon>
</a>
</vaadin-vertical-layout>
`;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "OpenAPI Generator - Moqu - Wiremock Generator"
artifact: ${project.groupId}:${project.artifactId}:${project.version}
description: The OpenAPI Generator Moqu extension converts an OpenAPI specification into a mock representation. This mock can then be mapped to the link:https://wiremock.org/[WireMock] for further use, providing a way to simulate APIs for testing and development purposes.
description: The OpenAPI Generator Moqu Wiremock extension converts an OpenAPI specification into a Wiremock definition.
metadata:
keywords:
- "openapi"
Expand Down

0 comments on commit cfe368a

Please sign in to comment.