README.md 365 Bytes
Newer Older
u15767's avatar
u15767 committed
# Description

This is a small project generating the C# client code and dll for the ISG ARF World Storage.

# Code Generation

To generate the code use the following commands:

    npm install
    npm run generate
    npm run build

The library is then contained in the folder `generated_client/src/Org.OpenAPITools/bin/Debug/netstandard2.0/Org.OpenAPITools.dll`.