apiblaze 0.18.8 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +1125 -675
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ Prefer commands? A few one-liners:
|
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
30
|
# Chat with your API
|
|
31
|
-
npx apiblaze apichat --openapi https://
|
|
31
|
+
npx apiblaze apichat --openapi https://apiblaze.com/pokeapi_openapi.yaml
|
|
32
32
|
|
|
33
33
|
# Make an API in one line — no account needed (prints a claim URL)
|
|
34
34
|
npx apiblaze create --target https://api.example.com
|