mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 20:57:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.4
This commit is contained in:
@@ -8,7 +8,7 @@ module PlexRubySDK
|
||||
module Models
|
||||
module Errors
|
||||
GET_WATCH_LIST_BAD_REQUEST_SERVERS = [
|
||||
'https://metadata.provider.plex.tv'
|
||||
'https://discover.provider.plex.tv'
|
||||
].freeze
|
||||
|
||||
# Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
|
||||
@@ -8,7 +8,7 @@ module PlexRubySDK
|
||||
module Models
|
||||
module Errors
|
||||
GET_WATCH_LIST_ERRORS_SERVERS = [
|
||||
'https://metadata.provider.plex.tv'
|
||||
'https://discover.provider.plex.tv'
|
||||
].freeze
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ module PlexRubySDK
|
||||
module Models
|
||||
module Errors
|
||||
GET_WATCH_LIST_UNAUTHORIZED_SERVERS = [
|
||||
'https://metadata.provider.plex.tv'
|
||||
'https://discover.provider.plex.tv'
|
||||
].freeze
|
||||
|
||||
# Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
@@ -8,7 +8,7 @@ module PlexRubySDK
|
||||
module Models
|
||||
module Errors
|
||||
GET_WATCH_LIST_WATCHLIST_ERRORS_SERVERS = [
|
||||
'https://metadata.provider.plex.tv'
|
||||
'https://discover.provider.plex.tv'
|
||||
].freeze
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ module PlexRubySDK
|
||||
module Models
|
||||
module Operations
|
||||
FILTER_SERVERS = [
|
||||
'https://metadata.provider.plex.tv'
|
||||
'https://discover.provider.plex.tv'
|
||||
].freeze
|
||||
|
||||
# Filter - Filter
|
||||
|
||||
@@ -8,7 +8,7 @@ module PlexRubySDK
|
||||
module Models
|
||||
module Operations
|
||||
GET_WATCH_LIST_REQUEST_SERVERS = [
|
||||
'https://metadata.provider.plex.tv'
|
||||
'https://discover.provider.plex.tv'
|
||||
].freeze
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ module PlexRubySDK
|
||||
module Models
|
||||
module Operations
|
||||
GET_WATCH_LIST_RESPONSE_SERVERS = [
|
||||
'https://metadata.provider.plex.tv'
|
||||
'https://discover.provider.plex.tv'
|
||||
].freeze
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ module PlexRubySDK
|
||||
module Models
|
||||
module Operations
|
||||
GET_WATCH_LIST_RESPONSE_BODY_SERVERS = [
|
||||
'https://metadata.provider.plex.tv'
|
||||
'https://discover.provider.plex.tv'
|
||||
].freeze
|
||||
|
||||
# Watchlist Data
|
||||
|
||||
@@ -8,7 +8,7 @@ module PlexRubySDK
|
||||
module Models
|
||||
module Operations
|
||||
IMAGE_SERVERS = [
|
||||
'https://metadata.provider.plex.tv'
|
||||
'https://discover.provider.plex.tv'
|
||||
].freeze
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ module PlexRubySDK
|
||||
module Models
|
||||
module Operations
|
||||
INCLUDE_COLLECTIONS_SERVERS = [
|
||||
'https://metadata.provider.plex.tv'
|
||||
'https://discover.provider.plex.tv'
|
||||
].freeze
|
||||
|
||||
# IncludeCollections - include collections in the results
|
||||
|
||||
@@ -8,7 +8,7 @@ module PlexRubySDK
|
||||
module Models
|
||||
module Operations
|
||||
INCLUDE_EXTERNAL_MEDIA_SERVERS = [
|
||||
'https://metadata.provider.plex.tv'
|
||||
'https://discover.provider.plex.tv'
|
||||
].freeze
|
||||
|
||||
# IncludeExternalMedia - include external media in the results
|
||||
|
||||
@@ -8,7 +8,7 @@ module PlexRubySDK
|
||||
module Models
|
||||
module Operations
|
||||
LIBTYPE_SERVERS = [
|
||||
'https://metadata.provider.plex.tv'
|
||||
'https://discover.provider.plex.tv'
|
||||
].freeze
|
||||
|
||||
# Libtype - The type of library to filter. Can be "movie" or "show", or all if not present.
|
||||
|
||||
@@ -8,7 +8,7 @@ module PlexRubySDK
|
||||
module Models
|
||||
module Operations
|
||||
METADATA_SERVERS = [
|
||||
'https://metadata.provider.plex.tv'
|
||||
'https://discover.provider.plex.tv'
|
||||
].freeze
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ module PlexRubySDK
|
||||
extend T::Sig
|
||||
|
||||
SERVERS = [
|
||||
'https://10.10.10.47:32400', # 1 - The full address of your Plex Server
|
||||
'{protocol}://{ip}:{port}', # 1 - The full address of your Plex Server
|
||||
].freeze
|
||||
# Contains the list of servers available to the SDK
|
||||
|
||||
@@ -66,9 +66,9 @@ module PlexRubySDK
|
||||
end
|
||||
@language = 'ruby'
|
||||
@openapi_doc_version = '0.0.3'
|
||||
@sdk_version = '0.17.0'
|
||||
@sdk_version = '0.17.1'
|
||||
@gen_version = '2.570.4'
|
||||
@user_agent = 'speakeasy-sdk/ruby 0.17.0 2.570.4 0.0.3 plex_ruby_sdk'
|
||||
@user_agent = 'speakeasy-sdk/ruby 0.17.1 2.570.4 0.0.3 plex_ruby_sdk'
|
||||
end
|
||||
|
||||
sig { returns([String, T::Hash[Symbol, String]]) }
|
||||
|
||||
@@ -17,7 +17,7 @@ module PlexRubySDK
|
||||
|
||||
# GET_WATCH_LIST_SERVERS contains the list of server urls available to the SDK.
|
||||
GET_WATCH_LIST_SERVERS = [
|
||||
'https://metadata.provider.plex.tv', # The plex metadata provider server
|
||||
'https://discover.provider.plex.tv', # The plex discover provider server
|
||||
].freeze
|
||||
# API Calls that perform operations with Plex Media Server Watchlists
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user