You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@
6
6
API Platform Client Generator is a generator to scaffold app with Create-Retrieve-Update-Delete features for any API exposing a [Hydra](http://www.hydra-cg.com/spec/latest/core/) or [OpenAPI](https://www.openapis.org/) documentation for:
7
7
8
8
* Next.js
9
-
* Nuxt.js
10
-
* Quasar Framework
11
-
* React/Redux
9
+
* Nuxt
10
+
* Quasar
11
+
* React
12
12
* React Native
13
13
* TypeScript Interfaces
14
14
* Vue.js
@@ -34,22 +34,20 @@ The documentation of API Platform's Client Generator can be browsed [on the offi
34
34
* The generated HTML is compatible with [Bootstrap](https://getbootstrap.com/) and includes mandatory classes
35
35
* The generated HTML code is accessible to people with disabilities ([ARIA](https://www.w3.org/WAI/intro/aria) support)
36
36
37
-
38
37
## Usage
39
38
40
39
### Hydra
41
40
42
41
npx @api-platform/client-generator https://demo.api-platform.com/ output/ --resource Book
43
42
44
-
### OpenAPI v3 (experimental)
43
+
### OpenAPI 3
45
44
46
-
npx @api-platform/client-generator https://demo.api-platform.com/docs.json?spec_version=3 output/ --resource Book --format openapi3
45
+
npx @api-platform/client-generator https://demo.api-platform.com/docs.json output/ --resource Book --format openapi3
47
46
48
-
### OpenAPI v2 (formerly known as Swagger, deprecated)
47
+
##Credits
49
48
50
-
npx @api-platform/client-generator https://demo.api-platform.com/docs.json?spec_version=2 output/ --resource Book --format openapi2
49
+
Created by [Kévin Dunglas](https://dunglas.fr).
51
50
52
-
## Credits
51
+
Sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).
53
52
54
-
Created by [Kévin Dunglas](https://dunglas.fr). Sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).
0 commit comments