plex_ruby_sdk 0.4.2 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. checksums.yaml +4 -4
  2. data/lib/plex_ruby_sdk/authentication.rb +3 -5
  3. data/lib/plex_ruby_sdk/library.rb +44 -0
  4. data/lib/plex_ruby_sdk/media.rb +2 -2
  5. data/lib/plex_ruby_sdk/models/operations/autoselectsubtitle.rb +1 -1
  6. data/lib/plex_ruby_sdk/models/operations/billing.rb +1 -1
  7. data/lib/plex_ruby_sdk/models/operations/connections.rb +1 -1
  8. data/lib/plex_ruby_sdk/models/operations/defaultsubtitleaccessibility.rb +1 -1
  9. data/lib/plex_ruby_sdk/models/operations/defaultsubtitleforced.rb +1 -1
  10. data/lib/plex_ruby_sdk/models/operations/friend.rb +1 -1
  11. data/lib/plex_ruby_sdk/models/operations/geodata.rb +1 -1
  12. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_directory.rb +2 -2
  13. data/lib/plex_ruby_sdk/models/operations/get_all_libraries_location.rb +27 -0
  14. data/lib/plex_ruby_sdk/models/operations/get_banner_image_request.rb +2 -2
  15. data/lib/plex_ruby_sdk/models/operations/get_library_items_location.rb +24 -0
  16. data/lib/plex_ruby_sdk/models/operations/get_library_items_media.rb +27 -27
  17. data/lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb +5 -5
  18. data/lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb +5 -2
  19. data/lib/plex_ruby_sdk/models/operations/get_library_items_part.rb +8 -8
  20. data/lib/plex_ruby_sdk/models/operations/get_library_items_queryparam_type.rb +1 -0
  21. data/lib/plex_ruby_sdk/models/operations/get_media_providers_request.rb +2 -2
  22. data/lib/plex_ruby_sdk/models/operations/get_recently_added_metadata.rb +5 -2
  23. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_badrequest.rb +24 -0
  24. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_collection.rb +24 -0
  25. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_country.rb +24 -0
  26. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_director.rb +24 -0
  27. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_errors.rb +30 -0
  28. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_flattenseasons.rb +18 -0
  29. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_genre.rb +24 -0
  30. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_hasthumbnail.rb +18 -0
  31. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_image.rb +30 -0
  32. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_library_errors.rb +30 -0
  33. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_library_type.rb +20 -0
  34. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_location.rb +24 -0
  35. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_media.rb +75 -0
  36. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediacontainer.rb +27 -0
  37. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediaguid.rb +26 -0
  38. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadata.rb +255 -0
  39. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadatarating.rb +30 -0
  40. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_optimizedforstreaming.rb +18 -0
  41. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_part.rb +61 -0
  42. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_request.rb +40 -0
  43. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_response.rb +39 -0
  44. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_responsebody.rb +24 -0
  45. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_role.rb +39 -0
  46. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_showordering.rb +27 -0
  47. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_stream.rb +135 -0
  48. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_type.rb +21 -0
  49. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_ultrablurcolors.rb +33 -0
  50. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_unauthorized.rb +24 -0
  51. data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_writer.rb +24 -0
  52. data/lib/plex_ruby_sdk/models/operations/get_search_library_queryparam_type.rb +1 -0
  53. data/lib/plex_ruby_sdk/models/operations/get_server_resources_badrequest.rb +1 -1
  54. data/lib/plex_ruby_sdk/models/operations/get_server_resources_errors.rb +1 -1
  55. data/lib/plex_ruby_sdk/models/operations/get_server_resources_plex_errors.rb +1 -1
  56. data/lib/plex_ruby_sdk/models/operations/get_server_resources_request.rb +6 -3
  57. data/lib/plex_ruby_sdk/models/operations/get_server_resources_response.rb +1 -1
  58. data/lib/plex_ruby_sdk/models/operations/get_server_resources_unauthorized.rb +1 -1
  59. data/lib/plex_ruby_sdk/models/operations/get_thumb_image_request.rb +2 -2
  60. data/lib/plex_ruby_sdk/models/operations/get_watch_list_request.rb +2 -2
  61. data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_request.rb +1 -1
  62. data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_badrequest.rb +1 -1
  63. data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_errors.rb +1 -1
  64. data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_plex_errors.rb +1 -1
  65. data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_response.rb +1 -1
  66. data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_unauthorized.rb +1 -1
  67. data/lib/plex_ruby_sdk/models/operations/getgeodata_badrequest.rb +1 -1
  68. data/lib/plex_ruby_sdk/models/operations/getgeodata_errors.rb +1 -1
  69. data/lib/plex_ruby_sdk/models/operations/getgeodata_geodata.rb +1 -1
  70. data/lib/plex_ruby_sdk/models/operations/getgeodata_plex_errors.rb +1 -1
  71. data/lib/plex_ruby_sdk/models/operations/getgeodata_response.rb +1 -1
  72. data/lib/plex_ruby_sdk/models/operations/getgeodata_unauthorized.rb +1 -1
  73. data/lib/plex_ruby_sdk/models/operations/getpin_authpincontainer.rb +1 -1
  74. data/lib/plex_ruby_sdk/models/operations/getpin_badrequest.rb +1 -1
  75. data/lib/plex_ruby_sdk/models/operations/getpin_errors.rb +1 -1
  76. data/lib/plex_ruby_sdk/models/operations/getpin_request.rb +15 -18
  77. data/lib/plex_ruby_sdk/models/operations/getpin_response.rb +1 -1
  78. data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_queryparam_type.rb +1 -0
  79. data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_request.rb +1 -1
  80. data/lib/plex_ruby_sdk/models/operations/getstatistics_request.rb +1 -1
  81. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_authpincontainer.rb +1 -1
  82. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_badrequest.rb +1 -1
  83. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_errors.rb +1 -1
  84. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_geodata.rb +1 -1
  85. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_plex_errors.rb +1 -1
  86. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_request.rb +18 -3
  87. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_response.rb +1 -1
  88. data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_responsebody.rb +1 -1
  89. data/lib/plex_ruby_sdk/models/operations/gettokendetails_authentication_errors.rb +1 -1
  90. data/lib/plex_ruby_sdk/models/operations/gettokendetails_authentication_response_status.rb +1 -1
  91. data/lib/plex_ruby_sdk/models/operations/gettokendetails_authentication_status.rb +1 -1
  92. data/lib/plex_ruby_sdk/models/operations/gettokendetails_badrequest.rb +1 -1
  93. data/lib/plex_ruby_sdk/models/operations/gettokendetails_errors.rb +1 -1
  94. data/lib/plex_ruby_sdk/models/operations/gettokendetails_response.rb +1 -1
  95. data/lib/plex_ruby_sdk/models/operations/gettokendetails_status.rb +1 -1
  96. data/lib/plex_ruby_sdk/models/operations/gettokendetails_subscription.rb +3 -3
  97. data/lib/plex_ruby_sdk/models/operations/gettokendetails_unauthorized.rb +1 -1
  98. data/lib/plex_ruby_sdk/models/operations/gettokendetails_userplexaccount.rb +7 -7
  99. data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_queryparam_type.rb +1 -0
  100. data/lib/plex_ruby_sdk/models/operations/getuserfriends_badrequest.rb +1 -1
  101. data/lib/plex_ruby_sdk/models/operations/getuserfriends_errors.rb +1 -1
  102. data/lib/plex_ruby_sdk/models/operations/getuserfriends_plex_errors.rb +1 -1
  103. data/lib/plex_ruby_sdk/models/operations/getuserfriends_response.rb +1 -1
  104. data/lib/plex_ruby_sdk/models/operations/getuserfriends_unauthorized.rb +1 -1
  105. data/lib/plex_ruby_sdk/models/operations/includehttps.rb +1 -1
  106. data/lib/plex_ruby_sdk/models/operations/includeipv6.rb +1 -1
  107. data/lib/plex_ruby_sdk/models/operations/includerelay.rb +1 -1
  108. data/lib/plex_ruby_sdk/models/operations/internalpaymentmethod.rb +1 -1
  109. data/lib/plex_ruby_sdk/models/operations/location.rb +3 -6
  110. data/lib/plex_ruby_sdk/models/operations/mailingliststatus.rb +2 -2
  111. data/lib/plex_ruby_sdk/models/operations/media.rb +27 -27
  112. data/lib/plex_ruby_sdk/models/operations/mediareviewsvisibility.rb +1 -1
  113. data/lib/plex_ruby_sdk/models/operations/part.rb +8 -8
  114. data/lib/plex_ruby_sdk/models/operations/pastsubscription.rb +1 -1
  115. data/lib/plex_ruby_sdk/models/operations/plexdevice.rb +1 -1
  116. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_errors.rb +1 -1
  117. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_response_status.rb +1 -1
  118. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_status.rb +1 -1
  119. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_subscription.rb +3 -3
  120. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_autoselectsubtitle.rb +1 -1
  121. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_badrequest.rb +1 -1
  122. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_defaultsubtitleaccessibility.rb +1 -1
  123. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_defaultsubtitleforced.rb +1 -1
  124. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_errors.rb +1 -1
  125. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_mailingliststatus.rb +2 -2
  126. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_mediareviewsvisibility.rb +1 -1
  127. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_request.rb +15 -18
  128. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_requestbody.rb +1 -1
  129. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_response.rb +1 -1
  130. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_services.rb +1 -1
  131. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_state.rb +1 -1
  132. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_status.rb +1 -1
  133. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_subscription.rb +3 -3
  134. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_unauthorized.rb +1 -1
  135. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userplexaccount.rb +7 -7
  136. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userprofile.rb +1 -1
  137. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_watchedindicator.rb +1 -1
  138. data/lib/plex_ruby_sdk/models/operations/protocol.rb +1 -1
  139. data/lib/plex_ruby_sdk/models/operations/queryparam_includecollections.rb +18 -0
  140. data/lib/plex_ruby_sdk/models/operations/queryparam_includeexternalmedia.rb +18 -0
  141. data/lib/plex_ruby_sdk/models/operations/queryparam_type.rb +1 -0
  142. data/lib/plex_ruby_sdk/models/operations/responsebody.rb +1 -1
  143. data/lib/plex_ruby_sdk/models/operations/searchresult.rb +27 -0
  144. data/lib/plex_ruby_sdk/models/operations/searchtypes.rb +21 -0
  145. data/lib/plex_ruby_sdk/models/operations/services.rb +1 -1
  146. data/lib/plex_ruby_sdk/models/operations/sharedservers.rb +1 -1
  147. data/lib/plex_ruby_sdk/models/operations/sharedsources.rb +1 -1
  148. data/lib/plex_ruby_sdk/models/operations/status.rb +1 -1
  149. data/lib/plex_ruby_sdk/models/operations/subscription.rb +3 -3
  150. data/lib/plex_ruby_sdk/models/operations/trials.rb +1 -1
  151. data/lib/plex_ruby_sdk/models/operations/type.rb +1 -0
  152. data/lib/plex_ruby_sdk/models/operations/userprofile.rb +1 -1
  153. data/lib/plex_ruby_sdk/models/operations/watchedindicator.rb +1 -1
  154. data/lib/plex_ruby_sdk/models/operations.rb +36 -5
  155. data/lib/plex_ruby_sdk/plex.rb +15 -18
  156. data/lib/plex_ruby_sdk/plex_api.rb +11 -11
  157. data/lib/plex_ruby_sdk/sdkconfiguration.rb +3 -3
  158. data/lib/plex_ruby_sdk/server.rb +1 -3
  159. data/lib/plex_ruby_sdk/watchlist.rb +1 -1
  160. metadata +41 -10
  161. data/lib/plex_ruby_sdk/models/operations/features.rb +0 -78
  162. data/lib/plex_ruby_sdk/models/operations/gettokendetails_features.rb +0 -78
  163. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_features.rb +0 -78
  164. data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_features.rb +0 -78
@@ -0,0 +1,135 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module PlexRubySDK
8
+ module Operations
9
+
10
+
11
+ class GetSearchAllLibrariesStream < ::PlexRubySDK::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+ # Codec used by the stream
15
+ field :codec, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('codec') } }
16
+
17
+ field :id, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('id') } }
18
+ # The index of the stream
19
+ field :index, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('index') } }
20
+ # Type of stream (1 = video, 2 = audio, 3 = subtitle)
21
+ field :stream_type, ::Integer, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('streamType') } }
22
+ # The audio channel layout
23
+ field :audio_channel_layout, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('audioChannelLayout') } }
24
+ # The bit depth of the video stream
25
+ field :bit_depth, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('bitDepth') } }
26
+ # The bitrate of the stream in kbps
27
+ field :bitrate, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('bitrate') } }
28
+ # Indicates if the subtitle stream can auto-sync
29
+ field :can_auto_sync, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('canAutoSync') } }
30
+ # Number of audio channels (for audio streams)
31
+ field :channels, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('channels') } }
32
+ # The chroma location of the video stream
33
+ field :chroma_location, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('chromaLocation') } }
34
+ # The chroma subsampling format
35
+ field :chroma_subsampling, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('chromaSubsampling') } }
36
+
37
+ field :closed_captions, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('closedCaptions') } }
38
+ # The coded height of the video stream
39
+ field :coded_height, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('codedHeight') } }
40
+ # The coded width of the video stream
41
+ field :coded_width, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('codedWidth') } }
42
+ # The color primaries of the video stream
43
+ field :color_primaries, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('colorPrimaries') } }
44
+ # The color range of the video stream
45
+ field :color_range, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('colorRange') } }
46
+ # The color space of the video stream
47
+ field :color_space, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('colorSpace') } }
48
+ # The transfer characteristics (TRC) of the video stream
49
+ field :color_trc, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('colorTrc') } }
50
+ # Indicates if this is the default stream
51
+ field :default, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('default') } }
52
+ # Display title of the stream
53
+ field :display_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('displayTitle') } }
54
+
55
+ field :embedded_in_video, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('embeddedInVideo') } }
56
+ # Extended display title of the stream
57
+ field :extended_display_title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('extendedDisplayTitle') } }
58
+ # The frame rate of the video stream
59
+ field :frame_rate, T.nilable(::Float), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('frameRate') } }
60
+ # Indicates if the stream has a scaling matrix
61
+ field :has_scaling_matrix, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('hasScalingMatrix') } }
62
+
63
+ field :hearing_impaired, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('hearingImpaired') } }
64
+ # The height of the video stream
65
+ field :height, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('height') } }
66
+ # The language of the stream (for audio/subtitle streams)
67
+ field :language, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('language') } }
68
+ # Language code of the stream
69
+ field :language_code, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('languageCode') } }
70
+ # Language tag of the stream
71
+ field :language_tag, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('languageTag') } }
72
+ # The level of the video codec
73
+ field :level, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('level') } }
74
+ # The profile of the video codec
75
+ field :profile, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('profile') } }
76
+ # Number of reference frames
77
+ field :ref_frames, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('refFrames') } }
78
+ # Sampling rate of the audio stream in Hz
79
+ field :sampling_rate, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('samplingRate') } }
80
+ # The scan type (progressive or interlaced)
81
+ field :scan_type, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('scanType') } }
82
+ # Indicates if the stream is selected
83
+ field :selected, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('selected') } }
84
+ # The identifier of the video stream
85
+ field :stream_identifier, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('streamIdentifier') } }
86
+ # Title of the subtitle track (for subtitle streams)
87
+ field :title, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('title') } }
88
+ # The width of the video stream
89
+ field :width, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('width') } }
90
+
91
+
92
+ sig { params(codec: ::String, id: ::Integer, index: ::Integer, stream_type: ::Integer, audio_channel_layout: T.nilable(::String), bit_depth: T.nilable(::Integer), bitrate: T.nilable(::Integer), can_auto_sync: T.nilable(T::Boolean), channels: T.nilable(::Integer), chroma_location: T.nilable(::String), chroma_subsampling: T.nilable(::String), closed_captions: T.nilable(T::Boolean), coded_height: T.nilable(::Integer), coded_width: T.nilable(::Integer), color_primaries: T.nilable(::String), color_range: T.nilable(::String), color_space: T.nilable(::String), color_trc: T.nilable(::String), default: T.nilable(T::Boolean), display_title: T.nilable(::String), embedded_in_video: T.nilable(::String), extended_display_title: T.nilable(::String), frame_rate: T.nilable(::Float), has_scaling_matrix: T.nilable(T::Boolean), hearing_impaired: T.nilable(T::Boolean), height: T.nilable(::Integer), language: T.nilable(::String), language_code: T.nilable(::String), language_tag: T.nilable(::String), level: T.nilable(::Integer), profile: T.nilable(::String), ref_frames: T.nilable(::Integer), sampling_rate: T.nilable(::Integer), scan_type: T.nilable(::String), selected: T.nilable(T::Boolean), stream_identifier: T.nilable(::String), title: T.nilable(::String), width: T.nilable(::Integer)).void }
93
+ def initialize(codec: nil, id: nil, index: nil, stream_type: nil, audio_channel_layout: nil, bit_depth: nil, bitrate: nil, can_auto_sync: nil, channels: nil, chroma_location: nil, chroma_subsampling: nil, closed_captions: nil, coded_height: nil, coded_width: nil, color_primaries: nil, color_range: nil, color_space: nil, color_trc: nil, default: nil, display_title: nil, embedded_in_video: nil, extended_display_title: nil, frame_rate: nil, has_scaling_matrix: nil, hearing_impaired: nil, height: nil, language: nil, language_code: nil, language_tag: nil, level: nil, profile: nil, ref_frames: nil, sampling_rate: nil, scan_type: nil, selected: nil, stream_identifier: nil, title: nil, width: nil)
94
+ @codec = codec
95
+ @id = id
96
+ @index = index
97
+ @stream_type = stream_type
98
+ @audio_channel_layout = audio_channel_layout
99
+ @bit_depth = bit_depth
100
+ @bitrate = bitrate
101
+ @can_auto_sync = can_auto_sync
102
+ @channels = channels
103
+ @chroma_location = chroma_location
104
+ @chroma_subsampling = chroma_subsampling
105
+ @closed_captions = closed_captions
106
+ @coded_height = coded_height
107
+ @coded_width = coded_width
108
+ @color_primaries = color_primaries
109
+ @color_range = color_range
110
+ @color_space = color_space
111
+ @color_trc = color_trc
112
+ @default = default
113
+ @display_title = display_title
114
+ @embedded_in_video = embedded_in_video
115
+ @extended_display_title = extended_display_title
116
+ @frame_rate = frame_rate
117
+ @has_scaling_matrix = has_scaling_matrix
118
+ @hearing_impaired = hearing_impaired
119
+ @height = height
120
+ @language = language
121
+ @language_code = language_code
122
+ @language_tag = language_tag
123
+ @level = level
124
+ @profile = profile
125
+ @ref_frames = ref_frames
126
+ @sampling_rate = sampling_rate
127
+ @scan_type = scan_type
128
+ @selected = selected
129
+ @stream_identifier = stream_identifier
130
+ @title = title
131
+ @width = width
132
+ end
133
+ end
134
+ end
135
+ end
@@ -0,0 +1,21 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module PlexRubySDK
8
+ module Operations
9
+
10
+ # GetSearchAllLibrariesType - The type of media content
11
+ #
12
+ class GetSearchAllLibrariesType < T::Enum
13
+ enums do
14
+ MOVIE = new('movie')
15
+ TV_SHOW = new('show')
16
+ SEASON = new('season')
17
+ EPISODE = new('episode')
18
+ end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,33 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module PlexRubySDK
8
+ module Operations
9
+
10
+
11
+ class GetSearchAllLibrariesUltraBlurColors < ::PlexRubySDK::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+
15
+ field :bottom_left, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('bottomLeft') } }
16
+
17
+ field :bottom_right, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('bottomRight') } }
18
+
19
+ field :top_left, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('topLeft') } }
20
+
21
+ field :top_right, ::String, { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('topRight') } }
22
+
23
+
24
+ sig { params(bottom_left: ::String, bottom_right: ::String, top_left: ::String, top_right: ::String).void }
25
+ def initialize(bottom_left: nil, bottom_right: nil, top_left: nil, top_right: nil)
26
+ @bottom_left = bottom_left
27
+ @bottom_right = bottom_right
28
+ @top_left = top_left
29
+ @top_right = top_right
30
+ end
31
+ end
32
+ end
33
+ end
@@ -0,0 +1,24 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module PlexRubySDK
8
+ module Operations
9
+
10
+ # Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
11
+ class GetSearchAllLibrariesUnauthorized < ::PlexRubySDK::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+
15
+ field :errors, T.nilable(T::Array[::PlexRubySDK::Operations::GetSearchAllLibrariesLibraryErrors]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('errors') } }
16
+
17
+
18
+ sig { params(errors: T.nilable(T::Array[::PlexRubySDK::Operations::GetSearchAllLibrariesLibraryErrors])).void }
19
+ def initialize(errors: nil)
20
+ @errors = errors
21
+ end
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,24 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module PlexRubySDK
8
+ module Operations
9
+
10
+
11
+ class GetSearchAllLibrariesWriter < ::PlexRubySDK::Utils::FieldAugmented
12
+ extend T::Sig
13
+
14
+
15
+ field :tag, T.nilable(::String), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('tag') } }
16
+
17
+
18
+ sig { params(tag: T.nilable(::String)).void }
19
+ def initialize(tag: nil)
20
+ @tag = tag
21
+ end
22
+ end
23
+ end
24
+ end
@@ -20,6 +20,7 @@ module PlexRubySDK
20
20
  TV_SHOW = new(2)
21
21
  SEASON = new(3)
22
22
  EPISODE = new(4)
23
+ AUDIO = new(8)
23
24
  end
24
25
  end
25
26
  end
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_SERVER_RESOURCES_BAD_REQUEST_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
  # Bad Request - A parameter was not specified, or was specified incorrectly.
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_SERVER_RESOURCES_ERRORS_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_SERVER_RESOURCES_PLEX_ERRORS_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
 
@@ -7,13 +7,15 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_SERVER_RESOURCES_REQUEST_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
 
14
14
  class GetServerResourcesRequest < ::PlexRubySDK::Utils::FieldAugmented
15
15
  extend T::Sig
16
16
 
17
+ # An opaque identifier unique to the client (UUID, serial number, or other unique device ID)
18
+ field :client_id, T.nilable(::String), { 'header': { 'field_name': 'X-Plex-Client-Identifier', 'style': 'simple', 'explode': false } }
17
19
  # Include Https entries in the results
18
20
  field :include_https, T.nilable(::PlexRubySDK::Operations::IncludeHttps), { 'query_param': { 'field_name': 'includeHttps', 'style': 'form', 'explode': true } }
19
21
  # Include IPv6 entries in the results
@@ -24,8 +26,9 @@ module PlexRubySDK
24
26
  field :include_relay, T.nilable(::PlexRubySDK::Operations::IncludeRelay), { 'query_param': { 'field_name': 'includeRelay', 'style': 'form', 'explode': true } }
25
27
 
26
28
 
27
- sig { params(include_https: T.nilable(::PlexRubySDK::Operations::IncludeHttps), include_i_pv6: T.nilable(::PlexRubySDK::Operations::IncludeIPv6), include_relay: T.nilable(::PlexRubySDK::Operations::IncludeRelay)).void }
28
- def initialize(include_https: nil, include_i_pv6: nil, include_relay: nil)
29
+ sig { params(client_id: T.nilable(::String), include_https: T.nilable(::PlexRubySDK::Operations::IncludeHttps), include_i_pv6: T.nilable(::PlexRubySDK::Operations::IncludeIPv6), include_relay: T.nilable(::PlexRubySDK::Operations::IncludeRelay)).void }
30
+ def initialize(client_id: nil, include_https: nil, include_i_pv6: nil, include_relay: nil)
31
+ @client_id = client_id
29
32
  @include_https = include_https
30
33
  @include_i_pv6 = include_i_pv6
31
34
  @include_relay = include_relay
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_SERVER_RESOURCES_RESPONSE_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_SERVER_RESOURCES_UNAUTHORIZED_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
  # Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
@@ -21,8 +21,8 @@ module PlexRubySDK
21
21
  field :upscale, ::Integer, { 'query_param': { 'field_name': 'upscale', 'style': 'form', 'explode': true } }
22
22
 
23
23
  field :width, ::Integer, { 'query_param': { 'field_name': 'width', 'style': 'form', 'explode': true } }
24
- # Plex Authentication Token
25
- field :x_plex_token, ::String, { 'query_param': { 'field_name': 'X-Plex-Token', 'style': 'form', 'explode': true } }
24
+ # An authentication token, obtained from plex.tv
25
+ field :x_plex_token, ::String, { 'header': { 'field_name': 'X-Plex-Token', 'style': 'simple', 'explode': false } }
26
26
 
27
27
 
28
28
  sig { params(height: ::Integer, min_size: ::Integer, rating_key: ::Integer, upscale: ::Integer, width: ::Integer, x_plex_token: ::String).void }
@@ -16,8 +16,8 @@ module PlexRubySDK
16
16
 
17
17
  # Filter
18
18
  field :filter, ::PlexRubySDK::Operations::Filter, { 'path_param': { 'field_name': 'filter', 'style': 'simple', 'explode': false } }
19
- # Plex Authentication Token
20
- field :x_plex_token, ::String, { 'query_param': { 'field_name': 'X-Plex-Token', 'style': 'form', 'explode': true } }
19
+ # An authentication token, obtained from plex.tv
20
+ field :x_plex_token, ::String, { 'header': { 'field_name': 'X-Plex-Token', 'style': 'simple', 'explode': false } }
21
21
  # include collections in the results
22
22
  #
23
23
  field :include_collections, T.nilable(::PlexRubySDK::Operations::IncludeCollections), { 'query_param': { 'field_name': 'includeCollections', 'style': 'form', 'explode': true } }
@@ -14,7 +14,7 @@ module PlexRubySDK
14
14
  # The timespan to retrieve statistics for
15
15
  # the exact meaning of this parameter is not known
16
16
  #
17
- field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': 'Timespan', 'style': 'form', 'explode': true } }
17
+ field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': 'timespan', 'style': 'form', 'explode': true } }
18
18
 
19
19
 
20
20
  sig { params(timespan: T.nilable(::Integer)).void }
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_COMPANIONS_DATA_BAD_REQUEST_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
  # Bad Request - A parameter was not specified, or was specified incorrectly.
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_COMPANIONS_DATA_ERRORS_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_COMPANIONS_DATA_PLEX_ERRORS_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_COMPANIONS_DATA_RESPONSE_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_COMPANIONS_DATA_UNAUTHORIZED_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
  # Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_GEO_DATA_BAD_REQUEST_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
  # Bad Request - A parameter was not specified, or was specified incorrectly.
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_GEO_DATA_ERRORS_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_GEO_DATA_GEO_DATA_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
  # Geo location data
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_GEO_DATA_PLEX_ERRORS_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_GEO_DATA_RESPONSE_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_GEO_DATA_UNAUTHORIZED_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
  # Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_PIN_AUTH_PIN_CONTAINER_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
  # Requests a new pin id used in the authentication flow
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_PIN_BAD_REQUEST_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
  # Bad Request - A parameter was not specified, or was specified incorrectly.
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_PIN_ERRORS_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
 
@@ -7,26 +7,23 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_PIN_REQUEST_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
 
14
14
  class GetPinRequest < ::PlexRubySDK::Utils::FieldAugmented
15
15
  extend T::Sig
16
16
 
17
- # The unique identifier for the client application
18
- # This is used to track the client application and its usage
19
- # (UUID, serial number, or other number unique per device)
20
- #
21
- field :client_id, T.nilable(::String), { 'query_param': { 'field_name': 'X-Plex-Client-Identifier', 'style': 'form', 'explode': true } }
22
-
23
- field :client_name, T.nilable(::String), { 'query_param': { 'field_name': 'X-Plex-Product', 'style': 'form', 'explode': true } }
24
-
25
- field :client_platform, T.nilable(::String), { 'query_param': { 'field_name': 'X-Plex-Platform', 'style': 'form', 'explode': true } }
26
-
27
- field :client_version, T.nilable(::String), { 'query_param': { 'field_name': 'X-Plex-Version', 'style': 'form', 'explode': true } }
28
-
29
- field :device_name, T.nilable(::String), { 'query_param': { 'field_name': 'X-Plex-Device', 'style': 'form', 'explode': true } }
17
+ # An opaque identifier unique to the client (UUID, serial number, or other unique device ID)
18
+ field :client_id, T.nilable(::String), { 'header': { 'field_name': 'X-Plex-Client-Identifier', 'style': 'simple', 'explode': false } }
19
+ # The name of the client application. (Plex Web, Plex Media Server, etc.)
20
+ field :client_name, T.nilable(::String), { 'header': { 'field_name': 'X-Plex-Product', 'style': 'simple', 'explode': false } }
21
+ # The version of the client application.
22
+ field :client_version, T.nilable(::String), { 'header': { 'field_name': 'X-Plex-Version', 'style': 'simple', 'explode': false } }
23
+ # A relatively friendly name for the client device
24
+ field :device_nickname, T.nilable(::String), { 'header': { 'field_name': 'X-Plex-Device', 'style': 'simple', 'explode': false } }
25
+ # The platform of the client application.
26
+ field :platform, T.nilable(::String), { 'header': { 'field_name': 'X-Plex-Platform', 'style': 'simple', 'explode': false } }
30
27
  # Determines the kind of code returned by the API call
31
28
  # Strong codes are used for Pin authentication flows
32
29
  # Non-Strong codes are used for `Plex.tv/link`
@@ -34,13 +31,13 @@ module PlexRubySDK
34
31
  field :strong, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'strong', 'style': 'form', 'explode': true } }
35
32
 
36
33
 
37
- sig { params(client_id: T.nilable(::String), client_name: T.nilable(::String), client_platform: T.nilable(::String), client_version: T.nilable(::String), device_name: T.nilable(::String), strong: T.nilable(T::Boolean)).void }
38
- def initialize(client_id: nil, client_name: nil, client_platform: nil, client_version: nil, device_name: nil, strong: nil)
34
+ sig { params(client_id: T.nilable(::String), client_name: T.nilable(::String), client_version: T.nilable(::String), device_nickname: T.nilable(::String), platform: T.nilable(::String), strong: T.nilable(T::Boolean)).void }
35
+ def initialize(client_id: nil, client_name: nil, client_version: nil, device_nickname: nil, platform: nil, strong: nil)
39
36
  @client_id = client_id
40
37
  @client_name = client_name
41
- @client_platform = client_platform
42
38
  @client_version = client_version
43
- @device_name = device_name
39
+ @device_nickname = device_nickname
40
+ @platform = platform
44
41
  @strong = strong
45
42
  end
46
43
  end
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_PIN_RESPONSE_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
 
@@ -20,6 +20,7 @@ module PlexRubySDK
20
20
  TV_SHOW = new(2)
21
21
  SEASON = new(3)
22
22
  EPISODE = new(4)
23
+ AUDIO = new(8)
23
24
  end
24
25
  end
25
26
  end
@@ -14,7 +14,7 @@ module PlexRubySDK
14
14
  # The timespan to retrieve statistics for
15
15
  # the exact meaning of this parameter is not known
16
16
  #
17
- field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': 'Timespan', 'style': 'form', 'explode': true } }
17
+ field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': 'timespan', 'style': 'form', 'explode': true } }
18
18
 
19
19
 
20
20
  sig { params(timespan: T.nilable(::Integer)).void }
@@ -14,7 +14,7 @@ module PlexRubySDK
14
14
  # The timespan to retrieve statistics for
15
15
  # the exact meaning of this parameter is not known
16
16
  #
17
- field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': 'Timespan', 'style': 'form', 'explode': true } }
17
+ field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': 'timespan', 'style': 'form', 'explode': true } }
18
18
 
19
19
 
20
20
  sig { params(timespan: T.nilable(::Integer)).void }
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_TOKEN_BY_PIN_ID_AUTH_PIN_CONTAINER_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
  # The Pin with a non-null authToken when it has been verified by the user
@@ -7,7 +7,7 @@
7
7
  module PlexRubySDK
8
8
  module Operations
9
9
  GET_TOKEN_BY_PIN_ID_BAD_REQUEST_SERVERS = [
10
- 'https://plex.tv/api/v2/'
10
+ 'https://plex.tv/api/v2'
11
11
  ].freeze
12
12
 
13
13
  # Bad Request - A parameter was not specified, or was specified incorrectly.