Query

public class Query: ChainableQuery

A concrete implementation of ChainableQuery which can be used to make queries on either /assets/ or /entries. All methods from ChainableQuery are available.

  • The parameters dictionary that are converted to URLComponents (HTTP parameters/arguments) on the HTTP URL. Useful for debugging.

    Declaration

    Swift

    public var parameters: [String: String] = [String: String]()
  • Designated initalizer for Query.

    Declaration

    Swift

    public required init()