Skip to content

song940/neixin.rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neixin

simple neixin sdk in ruby

install

gem install neixin

example

require 'neixin'

xm = Neixin.new(
  :id => "1234567890",
  :appkey => "1234567890X", 
  :secret => "f95d820623f45dd86d77c3c86b0063ax",
)

response = xm.send "Hello Message!", "to someone"
puts response.code
puts response.message
puts response.body

docs

see https://www.rubydoc.info/gems/neixin

license

This project is under MIT license.