0.01
No commit activity in last 3 years
No release in over 3 years
Web API for Digdag Server
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 10.0

Runtime

 Project Readme

digdag_client

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

Install

gem install digdag_client

Usage

require 'digdag_client'

client = Digdag::Client.new
client.get_sessions

default endpoint: http://localhost:65432/

Change endpoint

client = Digdag::Client.new(
  endpoint: 'http://localhost:8000/'
)

Document

http://www.rubydoc.info/gems/digdag_client/0.0.2/Digdag/Client

Implemented

  • Attempt
  • Workflow
  • Version
  • Session
  • Log(Implementation part only)

TODO: Not yet implemented

  • Project
  • Schedule