Class: WscSdk::Endpoints::LiveStreams

Inherits:
WscSdk::Endpoint show all
Defined in:
lib/wsc_sdk/endpoints/live_streams.rb

Overview

An endpoint to manage Live Streams

Examples:

Usage: Listing Live Streams

# View the WscSdk::Client documentation for how to establish a client instance.
list = client.live_streams

list.each do |id, live_stream|
  puts "#{id}: #{live_stream.name}"
ends

Instance Attribute Summary

Attributes inherited from WscSdk::Endpoint

#client, #parent_path

Method Summary

Methods inherited from WscSdk::Endpoint

actions, #build, #create, #create_path, #delete, #delete_path, #find, #find_path, #handle_json_error, #initialize, #list, #list_path, model_action, model_class, #model_name_plural, #model_name_singular, #model_path, #refresh, #transform_list, #transform_model, #update, #update_path

Methods included from Loggable

#logger, #logger=

Constructor Details

This class inherits a constructor from WscSdk::Endpoint