mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-10 12:47:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.397.2
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
||||
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
||||
|
||||
|
||||
import Foundation
|
||||
|
||||
/// The protocol to use for the server connection
|
||||
public enum ServerProtocol: String, Codable, APIValue {
|
||||
case http = "http"
|
||||
case https = "https"
|
||||
@@ -12,7 +13,7 @@ enum GlobalServers: Servers, ServerConvertible {
|
||||
/// Supported server value with substituted variables
|
||||
///
|
||||
/// Corresponds to `{protocol}://{ip}:{port}`
|
||||
case server1(`protocol`: ServerProtocol = .http, ip: String = "10.10.10.47", port: String = "32400")
|
||||
case server1(`protocol`: ServerProtocol = .https, ip: String = "10.10.10.47", port: String = "32400")
|
||||
|
||||
/// Defines the raw URL strings for each server option.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user