Skip to content

Commit cfceebe

Browse files
author
dphuang2
committed
update snapshot
1 parent 9fadf0c commit cfceebe

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2+
3+
exports[`typescript-remove-parameters-with-no-name 1`] = `
4+
"# typescript-remove-parameters-with-no-name<a id="typescript-remove-parameters-with-no-name"></a>
5+
6+
A simple API based for testing typescript-remove-parameters-with-no-name.
7+
8+
[![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)
9+
[![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](http://example.com/support)
10+
11+
## Table of Contents<a id="table-of-contents"></a>
12+
13+
<!-- toc -->
14+
15+
- [Installation](#installation)
16+
- [Getting Started](#getting-started)
17+
- [Reference](#reference)
18+
* [\`typescriptremoveparameterswithnonameclient.test.fetch\`](#typescriptremoveparameterswithnonameclienttestfetch)
19+
20+
<!-- tocstop -->
21+
22+
## Installation<a id="installation"></a>
23+
24+
<table>
25+
<tr>
26+
<th width="292px"><code>npm</code></th>
27+
<th width="293px"><code>pnpm</code></th>
28+
<th width="292px"><code>yarn</code></th>
29+
</tr>
30+
<tr>
31+
<td>
32+
33+
\`\`\`bash
34+
npm i typescript-remove-parameters-with-no-name
35+
\`\`\`
36+
37+
</td>
38+
<td>
39+
40+
\`\`\`bash
41+
pnpm i typescript-remove-parameters-with-no-name
42+
\`\`\`
43+
44+
</td>
45+
<td>
46+
47+
\`\`\`bash
48+
yarn add typescript-remove-parameters-with-no-name
49+
\`\`\`
50+
51+
</td>
52+
</tr>
53+
</table>
54+
55+
## Getting Started<a id="getting-started"></a>
56+
57+
\`\`\`typescript
58+
import { TypescriptRemoveParametersWithNoNameClient } from "typescript-remove-parameters-with-no-name";
59+
60+
const typescriptremoveparameterswithnonameclient =
61+
new TypescriptRemoveParametersWithNoNameClient({
62+
// Defining the base path is optional and defaults to https://typescript-remove-parameters-with-no-name.konfigthis.com
63+
// basePath: "https://typescript-remove-parameters-with-no-name.konfigthis.com",
64+
apiKey: "API_KEY",
65+
});
66+
67+
const fetchResponse =
68+
await typescriptremoveparameterswithnonameclient.test.fetch();
69+
70+
console.log(fetchResponse);
71+
\`\`\`
72+
73+
## Reference<a id="reference"></a>
74+
75+
76+
### \`typescriptremoveparameterswithnonameclient.test.fetch\`<a id="typescriptremoveparameterswithnonameclienttestfetch"></a>
77+
78+
Provide an input parameter to receive a JSON value with properties.
79+
80+
#### 🛠️ Usage<a id="🛠️-usage"></a>
81+
82+
\`\`\`typescript
83+
const fetchResponse =
84+
await typescriptremoveparameterswithnonameclient.test.fetch();
85+
\`\`\`
86+
87+
#### 🌐 Endpoint<a id="🌐-endpoint"></a>
88+
89+
\`/simple-endpoint\` \`GET\`
90+
91+
[🔙 **Back to Table of Contents**](#table-of-contents)
92+
93+
---
94+
95+
96+
## Author<a id="author"></a>
97+
This TypeScript package is automatically generated by [Konfig](https://konfigthis.com)
98+
"
99+
`;

0 commit comments

Comments
 (0)