Functions
getAsset
- getAsset(id: string): Promise<Asset>
-
Parameters
Returns Promise<Asset>
getAssets
- getAssets(query: any): Promise<ContentfulCollection<Asset>>
-
Parameters
Returns Promise<ContentfulCollection<Asset>>
getEntries
- getEntries(query: any): Promise<EntryCollection<any>>
-
Parameters
Returns Promise<EntryCollection<any>>
getEntry
- getEntry(entryId: string, query?: any): Promise<Entry<any>>
-
Parameters
-
entryId: string
-
Optional query: any
Returns Promise<Entry<any>>
getSpace
- getSpace(): Promise<Space>