Project

taskworld

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Taskworld Web API client.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0
~> 3.0
= 0.51.0

Runtime

 Project Readme

Taskworld

Gem Version Build Status

A Ruby client for the Taskworld Web APIs.

Installation

Add this line to your application's Gemfile:

gem 'taskworld'

And then execute:

$ bundle

Or install it yourself as:

$ gem install taskworld

Usage

Web Client

Taskworld::Client.configure do |config|
  config.server = :usa
  config.email = 'boyd.bankfein@goldmangoose.com'
  config.password = 'm0reM0n1th@nG0D!'
end

Get all projects

client = Taskworld::Client.new
client.project_get_all(space_id: '59eecc4bb0a6a6bc83f5fc39')