C# 클래스 Pocketstop.PocketstopRestClient

파일 보기 프로젝트 열기: pocketstop/sdk-csharp

공개 메소드들

메소드 설명
GenerateQrCode ( string data, string size = "150x150" ) : dynamic

Generate a QR Code Makes a POST request to the QR resource.

SendSmsMessage ( string from, string to, string body ) : dynamic

Send a new SMS message to the specified recipients Makes a POST request to the SMSMessages List resource.

메소드 상세

GenerateQrCode() 공개 메소드

Generate a QR Code Makes a POST request to the QR resource.
public GenerateQrCode ( string data, string size = "150x150" ) : dynamic
data string The data to encode in the QR Code.
size string height x width dimensions (default to 150x150 up to max 500x500).
리턴 dynamic

SendSmsMessage() 공개 메소드

Send a new SMS message to the specified recipients Makes a POST request to the SMSMessages List resource.
public SendSmsMessage ( string from, string to, string body ) : dynamic
from string The phone number to send the message from. Must be a Pocketstop-provided short code or or authorized local (not toll-free) number.
to string The phone number to send the message to.
body string The message to send. Must be 160 characters or less.
리턴 dynamic