Browse Source

📝 Removing deprecated manual client SDK step (#1494)

pull/13907/head
Chris Handy 6 months ago
committed by GitHub
parent
commit
631980a876
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      frontend/README.md

6
frontend/README.md

@ -91,12 +91,6 @@ But it would be only to clean them up, leaving them won't really have any effect
* Download the OpenAPI JSON file from `http://localhost/api/v1/openapi.json` and copy it to a new file `openapi.json` at the root of the `frontend` directory.
* To simplify the names in the generated frontend client code, modify the `openapi.json` file by running the following script:
```bash
node modify-openapi-operationids.js
```
* To generate the frontend client, run:
```bash

Loading…
Cancel
Save