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
Most files in the project are autogenerated by [swagger-codegen](https://swagger.io/tools/swagger-codegen/) for php.
6
+
7
+
-[template](./template) - folder contains redefined templates of `swagger-codegen`. Original templates you can find in [swagger-codegen repo](https://github.com/swagger-api/swagger-codegen/tree/751e59df060b1c3ecf54921e104f2086dfa9f820/modules/swagger-codegen/src/main/resources/php).
8
+
-[docs](./docs) - generated documentation for models and [API Client](./docs/Api/FingerprintApi.md).
9
+
-[src](./src) - API Client code is generated automatically.
10
+
11
+
## Code generation
12
+
13
+
You need `swagger-codegen` to run code generation. There are many ways described in the [readme](https://github.com/swagger-api/swagger-codegen).
14
+
In the project we use local jar file `bin/swagger-codegen-cli.jar`.
15
+
16
+
You can just run `sh ./scripts/generate.sh` script and it will do all the work.
17
+
18
+
To download fresh OpenAPI schema run `sh ./scripts/sync.sh`
19
+
20
+
### Configuration
21
+
22
+
Project configuration is described in `config.json` file. To read about available parameters run the command below:
0 commit comments