Sha256: 8092453c223a2e7bee2f44f4e1e0add05374fb7b21996dbdc54a78ba80dbff95
Contents?: true
Size: 221 Bytes
Versions: 2
Compression:
Stored size: 221 Bytes
Contents
module Washbullet module API module Contacts def contacts get '/v2/contacts' end def delete_contact(contact_iden) delete "/v2/contacts/#{contact_iden}" end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
washbullet-0.3.1 | lib/washbullet/api/contacts.rb |
washbullet-0.3.0 | lib/washbullet/api/contacts.rb |