TheJumpCloud / jumpcloud-ruby-gem

Source code for JumpCloud's Ruby Gem, a Ruby-based SDK for the JumpCloud System Context API
3 stars 7 forks source link

missing return code checking & response #4

Closed nichenke closed 9 years ago

nichenke commented 9 years ago

When using the following script:

#!/usr/local/bin/ruby

require 'rubygems'
require 'base64'
require 'jumpcloud'

tags = %w(group2,group1)

JumpCloud.set_system_tags(*tags)

It fails, but there is no logging of what,why or even a response code returned. It would really help automation if these two items existed.

jamesbrown7 commented 9 years ago

Understood, Nic, and thanks for the feedback. We've got this captured as a feature request.

nichenke commented 9 years ago

Great!