PubNux v0.0.1 PubNux.Config View Source

Defines the general configuration for the PubNub client

Link to this section Summary

Types

t()

Represents Config struct

Functions

Choose the http protocol, and defines the base url

Link to this section Types

Link to this type t() View Source
t() :: %PubNux.Config{base_url: term, is_ssl: boolean, origin: String.t, publish_key: String.t, subscription_key: String.t}

Represents Config struct

Link to this section Functions

Choose the http protocol, and defines the base url