class EventQL::Client

Defined in:

eventql/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(opts : Hash(String, String) = OptionType.new) #

[View source]

Instance Method Detail

def get_auth_token #

[View source]
def get_database #

[View source]
def get_host #

[View source]
def get_port #

[View source]
def has_auth_token? #

[View source]
def insert!(body : String) #

v1 doc https://eventql.io/documentation/api/http/tables/insert


[View source]
def query(query_str : String, opts = OptionType.new) #

v1 doc https://eventql.io/documentation/api/http/sql


[View source]