release: WRNexusJS 0.8.0
This commit is contained in:
@@ -0,0 +1,79 @@
|
||||
<!doctype html><meta charset="utf-8" /><meta name="viewport" content="width=device-width" /><title>
|
||||
basic-app API</title
|
||||
><style>
|
||||
body {
|
||||
font: 16px system-ui;
|
||||
max-width: 960px;
|
||||
margin: auto;
|
||||
padding: 2rem;
|
||||
}
|
||||
code,
|
||||
pre {
|
||||
background: #f4f4f5;
|
||||
padding: 0.2rem 0.4rem;
|
||||
}
|
||||
article {
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
</style>
|
||||
<h1>basic-app API</h1>
|
||||
<p>OpenAPI 3.1 · 11 operations · <a href="openapi.json">specification</a></p>
|
||||
<article>
|
||||
<h2><code>POST</code> /api/webhooks/payment</h2>
|
||||
<p>Payment completed</p>
|
||||
<p>Sent after a payment reaches its settled state.</p>
|
||||
<p>Webhook event: <code>payment.completed</code> · signature: <code>x-payment-signature</code></p>
|
||||
<small>app/api/webhooks/payment.ts</small>
|
||||
</article>
|
||||
<article>
|
||||
<h2><code>GET</code> /api/users/csr</h2>
|
||||
<p>getUsersCsr</p>
|
||||
<small>app/api/users/csr.ts</small>
|
||||
</article>
|
||||
<article>
|
||||
<h2><code>GET</code> /api/users/ssr</h2>
|
||||
<p>getUsersSsr</p>
|
||||
<small>app/api/users/ssr.ts</small>
|
||||
</article>
|
||||
<article>
|
||||
<h2><code>POST</code> /api/graphql-example</h2>
|
||||
<p>postGraphqlExample</p>
|
||||
<small>app/api/graphql-example.ts</small>
|
||||
</article>
|
||||
<article>
|
||||
<h2><code>POST</code> /api/typed-user</h2>
|
||||
<p>postTypedUser</p>
|
||||
<p>Validate and echo a typed user payload.</p>
|
||||
<small>app/api/typed-user.ts</small>
|
||||
</article>
|
||||
<article>
|
||||
<h2><code>POST</code> /api/logout</h2>
|
||||
<p>postLogout</p>
|
||||
<small>app/api/logout.ts</small>
|
||||
</article>
|
||||
<article>
|
||||
<h2><code>GET</code> /api/hello</h2>
|
||||
<p>getHello</p>
|
||||
<small>app/api/hello.ts</small>
|
||||
</article>
|
||||
<article>
|
||||
<h2><code>POST</code> /api/login</h2>
|
||||
<p>postLogin</p>
|
||||
<small>app/api/login.ts</small>
|
||||
</article>
|
||||
<article>
|
||||
<h2><code>GET</code> /api/echo</h2>
|
||||
<p>getEcho</p>
|
||||
<small>app/api/echo.ts</small>
|
||||
</article>
|
||||
<article>
|
||||
<h2><code>POST</code> /api/echo</h2>
|
||||
<p>postEcho</p>
|
||||
<small>app/api/echo.ts</small>
|
||||
</article>
|
||||
<article>
|
||||
<h2><code>GET</code> /api/me</h2>
|
||||
<p>getMe</p>
|
||||
<small>app/api/me.ts</small>
|
||||
</article>
|
||||
Reference in New Issue
Block a user