Skip to content

Commit cfd0c94

Browse files
committed
chore: update README
1 parent 0279096 commit cfd0c94

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
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:
77

88
* Next.js
9-
* Nuxt.js
10-
* Quasar Framework
11-
* React/Redux
9+
* Nuxt
10+
* Quasar
11+
* React
1212
* React Native
1313
* TypeScript Interfaces
1414
* Vue.js
@@ -34,22 +34,20 @@ The documentation of API Platform's Client Generator can be browsed [on the offi
3434
* The generated HTML is compatible with [Bootstrap](https://getbootstrap.com/) and includes mandatory classes
3535
* The generated HTML code is accessible to people with disabilities ([ARIA](https://www.w3.org/WAI/intro/aria) support)
3636

37-
3837
## Usage
3938

4039
### Hydra
4140

4241
npx @api-platform/client-generator https://demo.api-platform.com/ output/ --resource Book
4342

44-
### OpenAPI v3 (experimental)
43+
### OpenAPI 3
4544

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
4746

48-
### OpenAPI v2 (formerly known as Swagger, deprecated)
47+
## Credits
4948

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).
5150

52-
## Credits
51+
Sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).
5352

54-
Created by [Kévin Dunglas](https://dunglas.fr). Sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).
5553
Commercial support available upon request.

0 commit comments

Comments
 (0)