Commit 796b19ec authored by Sylvain Renault's avatar Sylvain Renault Committed by Jérémy Lacoche
Browse files

Some corrects.

parent 122e4184
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -118,16 +118,16 @@ Install the tool with "npm", see: https://openapi-generator.tech/docs/installati

> npx @openapitools/openapi-generator-cli validate -i API/openapi.yaml

If you need some recommandation, use the option: --recommand
If you need some recommandations, use the option: `--recommand`

### Creating the code for server or client

Without any arguments, the openapi-generator-cli uses the configuration found in the file 'openapitools.json'.
Without any arguments, the openapi-generator-cli uses the configuration found in the file `openapitools.json`.
Run this command in a shell.

> npx @openapitools/openapi-generator-cli generate

You will find the correct setup files in the corresponding implementation of the interface in the ETSI GitLab.npx nswag run nswag_data.json
You will find the correct setup files in the corresponding implementation of the RESTful interface in the ETSI GitLab.

### Creating lightweight C# and ASP.NET code with NSwag

@@ -135,7 +135,7 @@ You have to setup NSwag through a json or xml configuration file, here e.g. a fi

> npx nswag run nswag.json

You will find the correct setup files in the corresponding implementation of the interface in the ETSI GitLab.
You will find the correct setup files in the corresponding implementation of the RESTful interface in the ETSI GitLab.

# Branching Policy
Distributed version control systems like Git offers developers great flexibility to share and manage code. But a branching policy is crucial to collaborate more easily while keeping track of releases with bug fixes.