class Juniper::Mist

Defined in:

juniper/mist.cr

Constant Summary

EMPTY_HEADERS = {} of String => String
SUCCESS_RESPONSE = {HTTP::Status::OK, EMPTY_HEADERS, nil}

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def client(site_id : String, client_mac : String) #

[View source]
def clients(site_id : String, map_id : String | Nil = nil) #

[View source]
def get_request(location : String) #

[View source]
def location_webhook(method : String, headers : Hash(String, Array(String)), body : String) #

[View source]
def maps(site_id : String) #

[View source]
def on_load #

[View source]
def on_unload #

[View source]
def on_update #

[View source]
def sites #

[View source]