SwiftarrClientApp
public enum SwiftarrClientApp : String, Content, CaseIterableNames of clients that consume the Swiftarr client API. Used in the SettingsAppFeaturePair struct.
Clients: Be sure to anticipate server values not listed here.
- 
                  
                  The website, but NOT the API layer DeclarationSwift case swiftarr
- 
                  
                  Client apps that consume the Swiftarr API DeclarationSwift case cruisemonkey
- 
                  
                  DeclarationSwift case rainbowmonkey
- 
                  
                  DeclarationSwift case kraken
- 
                  
                  DeclarationSwift case tricordarr
- 
                  
                  DeclarationSwift case tacobarr
- 
                  
                  A feature disabled for allwill be turned off at the API layer , meaning that calls to that area of the API will return errors. Clients should still attempt to use disabledFeatures to indicate the cause, rather than just displaying HTTP status errors.DeclarationSwift case all
- 
                  
                  For clients use. Clients need to be prepared for additional values to be added serverside. Those new values get decoded as ‘unknown’. DeclarationSwift case unknown
- 
                  
                  When creating ourselves from a decoder, return .unknown for cases we’re not prepared to handle. DeclarationSwift public init(from decoder: Decoder) throws
 View on GitHub
            View on GitHub
           SwiftarrClientApp Enumeration Reference
      SwiftarrClientApp Enumeration Reference