文件名称:ongair:ongair API的Ruby包装
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-22 05:00:47
Ruby
Ongair API包装器 API的Ruby包装器,使您可以发送和接收聊天消息。 目前,ongair支持whatsapp和微信。 安装 将此行添加到应用程序的Gemfile中: gem 'ongair' 或将其自己安装为: $ gem install ongair 用法 # configure your API token Ongair . configure do | c | c . token = '' end # receiving messages: message = Ongair :: Message . new ( params ) # simply initialize a new message with the params from the ongair webhook message . type . image? mes
【文件预览】:
ongair-master
----.gitignore(87B)
----.rspec(31B)
----bin()
--------setup(115B)
--------console(331B)
----.travis.yml(30B)
----spec()
--------spec_helper.rb(76B)
--------ongair_spec.rb(194B)
----README.md(1KB)
----lib()
--------ongair()
--------ongair.rb(273B)
----Gemfile(91B)
----Rakefile(29B)
----ongair.gemspec(1KB)