sendsay: Sendsay API

Description Usage Arguments Details Value Examples

Description

Minimal wrapper to access Sendsay's API.

This is an extremely minimal client. You need to know the API to be able to use this client.

Usage

1
sendsay(..., .session = NULL, .host = .SENDSAY_DEFAULT_HOST)

Arguments

...

API request parameters

.session
  • session

.host
  • host

Details

to to to

Value

response for the API request

Examples

1
2
3
4
5
sendsay(action="ping")
sendsay(action="login", login="demo", passwd="demo")
sendsay(action="login", login="demo", passwd="demo", .host="https://api.sendsay.ru")
sendsay(action="ping", .host="https://api.sendsay.ru")
sendsay(action="pong", .host="https://api.sendsay.ru", .session="6d47ca72-e09c-42b5-b2bb-2dc88843adb1")

sendsay-ru/sendsay-r-api-client documentation built on May 6, 2019, 10:52 p.m.