Commit 5cfcc503 authored by u15767's avatar u15767
Browse files

initial commit

parent f2a95316
Loading
Loading
Loading
Loading

README.md

0 → 100644
+13 −0
Original line number Diff line number Diff line
# 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`.