This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Description
The example you show
require 'thingiverse'
tv = Thingiverse::Connection.new(client_id, client_secret, code)
puts tv.things.newest.first.name
I can get client_id and client_secret from the developer console, but I am struggling with the third parameter. I understand it has something to do with https://www.thingiverse.com/developers/getting-started but I don't know enough ruby to manage that step...