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
### Creating lightweight C# code with NSwag
You have to setup NSwag through a json or xml configuration file, here e.g. a file `nswag.json` and run this in a shell:
@@ -137,6 +137,8 @@ You have to setup NSwag through a json or xml configuration file, here e.g. a fi
You will find the correct setup files in the corresponding implementation of the RESTful interface in the ETSI GitLab.
Rem: The code (one module) can directly be used in a Unity project, after implementing the Web interface for the communication.
# 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.