Open mbifulco opened 3 months ago
The example syntax in README.md was incorrect - it should be unlock_door:
unlock_door
https://github.com/seamapi/ruby/blob/398565cc4c248db5efcc7a899c5a792dab003de9/lib/seam/clients/locks.rb#L10
I came across this while implementing a client in one of our applications. Changing the syntax from unlock to unlock_door should do the trick!
unlock
The example syntax in README.md was incorrect - it should be
unlock_door
:https://github.com/seamapi/ruby/blob/398565cc4c248db5efcc7a899c5a792dab003de9/lib/seam/clients/locks.rb#L10
I came across this while implementing a client in one of our applications. Changing the syntax from
unlock
tounlock_door
should do the trick!