Method: XingApi::Conversation::Message.create
- Defined in:
- lib/xing_api/conversation/message.rb
.create(conversation_id, content, options = {}) ⇒ Object
8 9 10 |
# File 'lib/xing_api/conversation/message.rb', line 8 def self.create(conversation_id, content, = {}) request(:post, "/v1/users/me/conversations/#{conversation_id}/messages", { content: content }.merge()) end |