https://github.com/lsongdev/neixin.rb
simple neixin sdk in ruby
https://github.com/lsongdev/neixin.rb
neixin ruby
Last synced: 24 days ago
JSON representation
simple neixin sdk in ruby
- Host: GitHub
- URL: https://github.com/lsongdev/neixin.rb
- Owner: lsongdev
- License: mit
- Created: 2018-06-19T09:05:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T04:39:53.000Z (almost 4 years ago)
- Last Synced: 2025-10-24T03:04:58.936Z (9 months ago)
- Topics: neixin, ruby
- Language: Ruby
- Homepage: https://rubygems.org/gems/neixin
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neixin
simple neixin sdk in ruby
## install
```bash
gem install neixin
```
## example
```ruby
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.