Ruby client for the Noko API.
Using Bundler:
$ bundle add noko
Using RubyGems:
$ gem install noko
require 'noko'
noko = Noko::Client.new(token: ENV.fetch('NOKO_TOKEN'))
noko.get_projects.each do |project|
puts project.name
end
Ruby client for the Noko API.
Using Bundler:
$ bundle add noko
Using RubyGems:
$ gem install noko
require 'noko'
noko = Noko::Client.new(token: ENV.fetch('NOKO_TOKEN'))
noko.get_projects.each do |project|
puts project.name
end