Skip to main content

Client library

The GlobalDcc.Api.Client project creates a NuGet package with a client that can be used by other projects.

The majority of the functionality is auto generated by NSwag in the file [NSwagGenerated.cs](/src/api/GlobalDcc.Api.Client/AutoGenerated/NSwagGenerated.cs. The generation is done when GlobalDcc.Api.Server builds in Debug. How NSwag does this is configured in the NSwag target in /src/api/GlobalDcc.Api.Server/GlobalDcc.Api.Server.csproj.

GlobalDcc.Api.Client is only expected to change when a new version of the controller is added.

Using GlobalDcc.Api.Client

See User Guide > Consume Global DCC

Versions

See User Guide > Consume Global DCC