Lord Anubis

Results 2 issues of Lord Anubis

How can we send a message to more than one device at the time? Not implemented? Or any pointers. I need to do it in python code , thus without...

Using your sample code it ask for a result ``` api.send(request) { response in assert(request.result.isSuccess) let elements = response.result.value!.elements for (symbol, price) in elements { print("\(symbol): \(price)") } } ```...