Skip to content

benefacto/DigdagCSharpClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A C# client generated for the Digdag server API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages