Guest User

Untitled

a guest
Aug 21st, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. twitter = Hateoas.site "api.twitter.com"
  2. twitter.actions
  3. # => [sign_in: {method: :get}]
  4. twitter.sign_in user: "mark@example.com", password: "password"
  5. twitter.actions
  6. # => [read_messages: {method: :get}, tweet: {method: :post}]
Add Comment
Please, Sign In to add comment