Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

_clients

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Clients

When developing a new project these clients should be seperated into their own repositories, build and release systems.

OpenAPI/Swagger

All REST clients in this leverage generated client code using OpenAPI standards.

NSwagStudio

Use NSwag Studio to generate client code and models. When using with .Net Core you may need to update your publish configuration to ensure all referenced DLLs are output.

gRPC

All gRPC clients in this example leverage generated client code using gRPC.

Webhooks

All Webhook clients use HttpClient to access CoreServices webhook endpoints.