class Lgwsim::QSTClient

Defined in:

qst_client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host = "nuntium-stg.instedd.org", port = 80, tls = false, *, account : String, channel_name : String, channel_password : String, incoming_batch_size : Int32) #

[View source]

Instance Method Detail

def get_last_message_id #

[View source]
def pull(etag = nil) #

[View source]
def push(message : Message) #

[View source]
def push(messages : Array(Message)) #

[View source]
def push(*, id : String, from : String, to : String, body : String) #

[View source]