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 2c69963 commit d1e9e82Copy full SHA for d1e9e82
README.md
@@ -25,8 +25,11 @@ npx openapi-typescript https://petstore.swagger.io/v2/swagger.json --output pets
25
```ts
26
import 'whatwg-fetch'
27
28
+import { Fetcher } from 'openapi-typescript-fetch'
29
+
30
import { paths } from './petstore'
31
32
+// declare fetcher for paths
33
const fetcher = Fetcher.for<paths>()
34
35
// global configuration
0 commit comments