ContentListParser

public struct ContentListParser : Parser

Parses Array<Content> from a pCloud API response dictionary.

  • Undocumented

    Declaration

    Swift

    public init()
  • Declaration

    Swift

    public func parse(_ input: [[String : Any]]) throws -> [Content]