ResourceQueryable
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.
| Name | Type | Description |
|---|---|---|
| completion (required) | ResultsHandler<ResourceType> | A handler which will be called on completion of the operation. |