Method: Sendbird::ApplicationApi.create

Defined in:
lib/sendbird/application_api.rb

.create(body) ⇒ Object



7
8
9
# File 'lib/sendbird/application_api.rb', line 7

def create(body)
  post_http_basic(path: build_url, body: body)
end