Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 419 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 419 Bytes

DRES Example Client: C#

Back to the DRES Example Clients

In this project, there is example code on how to use the DRES Client library for c#.

The main example code is in the Client.cs file.

Setup

Please run

./gradlew buildOpenApi

to get the client side bindings.

Alternatively, to just get the generated bindings, you can also run the openapiGenerate gradle task.