patchboard / patchboard-js

JavaScript client for Patchboard APIs
MIT License
2 stars 5 forks source link

actions should supply resource, not response #12

Closed automatthew closed 10 years ago

automatthew commented 10 years ago

before:

thingy.action (error, response) ->
  console.log response.resource

after

thingy.action (error, resource) ->
  console.log resource