mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-07 04:20:54 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.4
This commit is contained in:
@@ -5,16 +5,18 @@
|
||||
|
||||
|
||||
module PlexRubySDK
|
||||
module Operations
|
||||
PROTOCOL_SERVERS = [
|
||||
'https://plex.tv/api/v2'
|
||||
].freeze
|
||||
|
||||
# Protocol - The protocol used for the connection (http, https, etc)
|
||||
class Protocol < T::Enum
|
||||
enums do
|
||||
HTTP = new('http')
|
||||
HTTPS = new('https')
|
||||
module Models
|
||||
module Operations
|
||||
PROTOCOL_SERVERS = [
|
||||
'https://plex.tv/api/v2'
|
||||
].freeze
|
||||
|
||||
# Protocol - The protocol used for the connection (http, https, etc)
|
||||
class Protocol < T::Enum
|
||||
enums do
|
||||
HTTP = new('http')
|
||||
HTTPS = new('https')
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user