Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

getAsset

  • getAsset(id: string): Promise<Asset>

getAssets

  • getAssets(query: any): Promise<ContentfulCollection<Asset>>
  • Parameters

    • query: any

    Returns Promise<ContentfulCollection<Asset>>

getEntries

  • getEntries(query: any): 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>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc