This library allows you to access the Digdag Server via Ruby.
It is based on Release v0.9.12.
If you want to see the implementation of the server please refer to the following source code
gem install digdag_client
require 'digdag_client'
client = Digdag::Client.new
client.get_sessions
default endpoint: http://localhost:65432/
client = Digdag::Client.new(
endpoint: 'http://localhost:8000/'
)
http://www.rubydoc.info/gems/digdag_client/0.0.2/Digdag/Client
- Attempt
- Workflow
- Version
- Session
- Log(Implementation part only)
- Project
- Schedule