ResourceQueryable

View as Markdown

ResourceQueryable

The base Queryable protocol to fetch instance for ContentType, Asset, and Entry.

fetch(_:)

This call fetches the latest version of a specific ContentType, Asset, and Entry of a particular stack.

NameTypeDescription
completion (required)ResultsHandler<ResourceType>

A handler which will be called on completion of the operation.