FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vrchatapi-javascript/openapi-ts.config.ts at main · vrchatapi/vrchatapi-javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
vrchatapi
/
vrchatapi-javascript
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
71
Code
Issues
0
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
vrchatapi-javascript
/
openapi-ts.config.ts
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (36 loc) · 838 Bytes
Breadcrumbs
vrchatapi-javascript
/
openapi-ts.config.ts
Copy path
File metadata and controls
38 lines (36 loc) · 838 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
import
{
defineConfig
}
from
"@hey-api/openapi-ts"
;
import
{
errorPlugin
}
from
"./plugins/error"
;
export
default
defineConfig
(
{
input
:
"./openapi.json"
,
output
:
"src/generated"
,
plugins
:
[
{
name
:
"@hey-api/typescript"
,
exportFromIndex
:
false
,
requests
:
"{{name}}"
,
// todo: enable after generator doesn't create conflicting names.
// todo: see: https://discord.com/channels/
@me
/1414524675156869140/1446935685780209664
// enums: {
// case: "camelCase"
// }
}
,
{
name
:
"@hey-api/client-fetch"
,
exportFromIndex
:
false
}
,
{
name
:
"@hey-api/transformers"
,
exportFromIndex
:
false
}
,
{
name
:
"@hey-api/sdk"
,
exportFromIndex
:
false
,
auth
:
false
,
asClass
:
true
,
instance
:
true
,
transformer
:
true
,
classNameBuilder
:
(
)
=>
"VRChatInternal"
,
}
,
errorPlugin
(
)
]
,
}
)
;
Back
|
FazBrowse Home
|
New Git URL