ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.401.2

This commit is contained in:
speakeasybot
2024-09-21 00:09:03 +00:00
parent 4b6c8310d2
commit 7e98fc9803
110 changed files with 956 additions and 578 deletions

View File

@@ -0,0 +1,21 @@
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
# typed: true
# frozen_string_literal: true
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')
end
end
end
end