kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/700/head
rodzic
8651ab1abb
commit
86f8a9771d
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"root": true,
|
||||
"extends": ["@fisch0920/eslint-config/node"],
|
||||
"ignorePatterns": ["out", "packages/openapi-to-ts-client/fixtures/generated"]
|
||||
"ignorePatterns": ["out", "packages/openapi-to-ts/fixtures/generated"]
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
out
|
||||
packages/openapi-to-ts-client/fixtures/generated
|
||||
packages/openapi-to-ts/fixtures/generated
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@agentic/openapi-to-ts-client",
|
||||
"name": "@agentic/openapi-to-ts",
|
||||
"version": "0.1.0",
|
||||
"description": "TODO",
|
||||
"author": "Travis Fischer <travis@transitivebullsh.it>",
|
||||
|
@ -13,7 +13,7 @@
|
|||
"types": "./dist/index.d.ts",
|
||||
"sideEffects": false,
|
||||
"bin": {
|
||||
"openapi-to-ts-client": "./dist/index.js"
|
||||
"openapi-to-ts": "./dist/index.js"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
|
@ -21,6 +21,10 @@
|
|||
|
||||
## TODO
|
||||
|
||||
- convert to https://github.com/readmeio/oas
|
||||
- support filters
|
||||
- // match only the schema named `foo` and `GET` operation for the `/api/v1/foo` path
|
||||
- include: '^(#/components/schemas/foo|#/paths/api/v1/foo/get)$',
|
||||
- [ ] Convert HTML in descriptions to markdown.
|
||||
- [ ] Properly format multiline function comments.
|
||||
- [ ] Debug stripe schema issue.
|
Ładowanie…
Reference in New Issue