UrbitEx.API (UrbitEx v0.3.5) View Source

Module with the base functions to build requests to send to Airlock. The Genserver calls functions in this module. Each function returns the session it received.

Link to this section Summary

Link to this section Functions

Specs

login(%{:code => any(), :url => binary(), optional(any()) => any()}) :: %{
  :code => any(),
  :cookie => binary(),
  :ship => binary() | {integer(), integer()},
  :url => binary(),
  optional(any()) => any()
}
Link to this function

subscribe(session, subscriptions)

View Source