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 9b049f4 commit 76a8efdCopy full SHA for 76a8efd
client-generator/nextjs.md
@@ -28,8 +28,10 @@ Install required dependencies:
28
29
$ npx @api-platform/client-generator https://demo.api-platform.com . --generator next --resource book
30
# Replace the URL by the entrypoint of your Hydra-enabled API
31
+ # Omit the resource flag to generate files for all resource types exposed by the API.
32
-> Note: Omit the resource flag to generate files for all resource types exposed by the API.
33
+> Note: On the [API Platform distribution](https://github.com/api-platform/api-platform), you can run
34
+> `generate-api-platform-client` instead of `npx @api-platform/client-generator`.
35
36
## Starting the Project
37
0 commit comments