gibbon gem retrieve lists and print id & name
gibbon = Gibbon::Request.new | |
data = Hashie::Mash.new gibbon.lists.retrieve(params: {"count": "200"}) | |
lists = data.lists | |
lists.each {|list| puts list.name + ' : ' + list.id} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment