CatalogTarget

public class CatalogTarget : ChildTargetType
extension CatalogTarget: DecodableTargetType

Returns a list of the table in your project along with two URIs: one to access the information about its structure and one to retrieve the data.

  • Declaration

    Swift

    public let method: HTTPMethod
  • Declaration

    Swift

    public let task: Task
  • Declaration

    Swift

    public var sampleData: Data { get }

catalog

  • Undocumented

    Declaration

    Swift

    public typealias ResultType = Catalog
  • all

    Returns information about all of your project’s datastore classes and their attributes

    Declaration

    Swift

    public var all: TableTarget { get }
  • Returns information about a table and its attributes.

    Declaration

    Swift

    public func table(_ name: String) -> TableTarget
  • Returns information about internal table which contains removed tables.

    Declaration

    Swift

    public var deletedRecordsTable: TableTarget { get }