influxdata / influxdb-client-ruby

InfluxDB 2.0 Ruby Client

Home Page:https://influxdata.github.io/influxdb-client-ruby/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Task CRUD apis

prevosti opened this issue · comments

Proposal:
Implement the Tasks apis listed in the documentation: https://docs.influxdata.com/influxdb/v2.5/api/#tag/Tasks

Hi @prevosti,

thanks for using our client.

We will take a look.

Regards

Hi @prevosti,

I've prepared a fixed version within #126. Development version of the client will be available after #126 acceptance, stable version in regular release cycle.

If you would like to use dev version of client then install client via:

git 'https://github.com/influxdata/influxdb-client-ruby.git', branch: 'tasks_api' do
  gem 'influxdb-client'
  gem 'influxdb-client-apis'
end

For detail information about Task API see: #126

Regards

That's great, thank you @bednar !

@bednar I tried the code and it works great, would it be possible to cut the 2.9.0 release soon?

We will release the client by the end of the month. Meanwhile you can use nightly build - https://rubygems.org/gems/influxdb-client-apis/versions/2.9.0.pre.6399

Sounds good, thank you!