Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Aug 24, 2024
1 parent 9fadf0c commit cfceebe
Showing 1 changed file with 99 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`typescript-remove-parameters-with-no-name 1`] = `
"# typescript-remove-parameters-with-no-name<a id="typescript-remove-parameters-with-no-name"></a>
A simple API based for testing typescript-remove-parameters-with-no-name.
[![npm](https://img.shields.io/badge/npm-v1.0.0-blue)](https://www.npmjs.com/package/typescript-remove-parameters-with-no-name/v/1.0.0)
[![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](http://example.com/support)
## Table of Contents<a id="table-of-contents"></a>
<!-- toc -->
- [Installation](#installation)
- [Getting Started](#getting-started)
- [Reference](#reference)
* [\`typescriptremoveparameterswithnonameclient.test.fetch\`](#typescriptremoveparameterswithnonameclienttestfetch)
<!-- tocstop -->
## Installation<a id="installation"></a>
<table>
<tr>
<th width="292px"><code>npm</code></th>
<th width="293px"><code>pnpm</code></th>
<th width="292px"><code>yarn</code></th>
</tr>
<tr>
<td>
\`\`\`bash
npm i typescript-remove-parameters-with-no-name
\`\`\`
</td>
<td>
\`\`\`bash
pnpm i typescript-remove-parameters-with-no-name
\`\`\`
</td>
<td>
\`\`\`bash
yarn add typescript-remove-parameters-with-no-name
\`\`\`
</td>
</tr>
</table>
## Getting Started<a id="getting-started"></a>
\`\`\`typescript
import { TypescriptRemoveParametersWithNoNameClient } from "typescript-remove-parameters-with-no-name";
const typescriptremoveparameterswithnonameclient =
new TypescriptRemoveParametersWithNoNameClient({
// Defining the base path is optional and defaults to https://typescript-remove-parameters-with-no-name.konfigthis.com
// basePath: "https://typescript-remove-parameters-with-no-name.konfigthis.com",
apiKey: "API_KEY",
});
const fetchResponse =
await typescriptremoveparameterswithnonameclient.test.fetch();
console.log(fetchResponse);
\`\`\`
## Reference<a id="reference"></a>
### \`typescriptremoveparameterswithnonameclient.test.fetch\`<a id="typescriptremoveparameterswithnonameclienttestfetch"></a>
Provide an input parameter to receive a JSON value with properties.
#### 🛠️ Usage<a id="🛠️-usage"></a>
\`\`\`typescript
const fetchResponse =
await typescriptremoveparameterswithnonameclient.test.fetch();
\`\`\`
#### 🌐 Endpoint<a id="🌐-endpoint"></a>
\`/simple-endpoint\` \`GET\`
[🔙 **Back to Table of Contents**](#table-of-contents)
---
## Author<a id="author"></a>
This TypeScript package is automatically generated by [Konfig](https://konfigthis.com)
"
`;

0 comments on commit cfceebe

Please sign in to comment.