Guest User

Untitled

a guest
Jun 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. require 'rubygems'
  2. require 'ravelry_client'
  3.  
  4. access_key = 'ABCD'
  5. secret_key = 'abc123ABC123'
  6.  
  7. client = RavelryClient.new(access_key, secret_key)
  8. client.authenticate("johncleese", "basil")
  9. projects = client.get("/projects/johncleese/list.json")
Add Comment
Please, Sign In to add comment