Skip to content

Commit a7a1e82

Browse files
Update api spec (#202)
* YOYO NEW API SPEC! * Generated new lib --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent da43ddf commit a7a1e82

File tree

6 files changed

+490
-279
lines changed

6 files changed

+490
-279
lines changed

__tests__/gen/users-get_user_front_hash_self.test.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

kittycad.ts.patch.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,6 @@
175175
"libDocsLink": ""
176176
}
177177
},
178-
{
179-
"op": "add",
180-
"path": "/paths/~1user~1front-hash/get/x-typescript",
181-
"value": {
182-
"example": "import { users } from '@kittycad/lib'\n\nasync function example() {\n const response = await users.get_user_front_hash_self()\n if ('error_code' in response) throw response\n console.log(JSON.stringify(response, null, 2))\n}\n",
183-
"libDocsLink": ""
184-
}
185-
},
186178
{
187179
"op": "add",
188180
"path": "/paths/~1user~1extended/get/x-typescript",

0 commit comments

Comments
 (0)