Sha256: f43cb0e24ba16abc7813cdb35e5ebe55e9b81673682fb6bebccd554fd8e1974c
Contents?: true
Size: 739 Bytes
Versions: 1
Compression:
Stored size: 739 Bytes
Contents
Motion AI Ruby SDK ================== Simple SDK for Motion AI REST API. API endpoints: Endpoint | Supported? ---------|----------- `GET /messageBot` | yes `POST /messsageHuman` | tbd `GET /getConversations` | yes `POST` Webhooks | tbd ## Installation ``` $ gem install motion-ai ``` ## Usage ```ruby require 'motion-ai' client = MotionAI::Client.new bot: 'my_api_key', 'my_bot_id' res = client.message_bot msg: 'Hello Bot!', session: '12345' res = client.get_conversations ``` For more information on the parameters that can be passed to the API, see the [Motion AI API docs](http://docs.motion.ai/docs/api). ## Links Project Repo * https://github.com/grokify/motion-ai-ruby Motion AI Docs * http://docs.motion.ai/docs/api
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-ai-0.0.1 | README.md |