Class: Talkable::API::Visitor

Inherits:
Base
  • Object
show all
Defined in:
lib/talkable/api/visitor.rb

Class Method Summary collapse

Methods inherited from Base

get, post, put

Class Method Details

.create(params = {}) ⇒ Object



5
6
7
8
9
# File 'lib/talkable/api/visitor.rb', line 5

def create(params = {})
  post '/visitors', {
    data: params,
  }
end