BazVenueAdapterX2y2

Build Statushex.pm version

X2Y2 venue adapter for baz

Resources

Venue Supported
Collections [ ]
Collection Traits [ ]
Collection Assets [ ]
Collection Asset Traits [ ]
Collection Events [ ]

Installation

Add the baz_venue_adapter_x2y2 package to your list of dependencies in mix.exs:

def deps do
  [
    {:baz_venue_adapter_x2y2, "~> 0.0.1"}
  ]
end

Usage

config :baz,
  venues: %{
    "x2y2" => %{
      adapter: BazVenueAdapterX2Y2,
      collections: "*",
      start_on_boot: false,
      poll_stream_enabled: true,
      websocket_stream_enabled: false,
      credentials: %{}
    }
  }

Authors