GitHunt
BE

benefacto/DigdagCSharpClient

A C# client generated for the Digdag server API

DigdagCSharpClient

This is a .NET Standard C# client generated using NSwagStudio with default CSharp Client settings, other than:

  • "Generate optional parameters"
  • "Inject HttpClient via constructor"
    It currently supports the 0.9.31 version of the Digdag server API, which can be found in the digdagSwagger.json file.

The Swagger file was generated by cloning & building digdag locally, then running it in a docker container via the following PowerShell command:

git clone https://github.com/treasure-data/digdag/
./gradlew cli -PwithoutUi
.\pkg\digdag-0.9.32-SNAPSHOT.jar server --memory --enable-swagger
docker run -dp 8080:8080 swaggerapi/swagger-ui
## navigate to http://localhost:8080/?url=http://localhost:65432/api/swagger.json in preferred browser

Languages

C#100.0%

Contributors

MIT License
Created October 29, 2018
Updated June 23, 2022