We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881c459 commit e78c468Copy full SHA for e78c468
docs/cuculus-openapi.yaml
@@ -1,19 +1,5 @@
1
openapi: 3.0.0
2
paths:
3
- /v0/sample:
4
- get:
5
- operationId: getHello
6
- summary: ''
7
- parameters: []
8
- responses:
9
- '200':
10
- description: ''
11
- content:
12
- application/json:
13
- schema:
14
- type: string
15
- tags:
16
- - sample
17
/v0/users/me:
18
get:
19
operationId: getMe
package.json
@@ -15,12 +15,12 @@
"typescript": "^5.2.2"
},
"publishConfig": {
- "access": "restricted",
+ "access": "public",
"registry": "https://npm.pkg.github.com/cuculus-dev"
20
21
"volta": {
22
"node": "18.17.1",
23
"npm": "9.8.1"
24
25
"version": "0.0.2"
26
-}
+}
0 commit comments