Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SheetsNosqlService

Hierarchy

  • SheetsNosqlService

Index

Constructors

constructor

Properties

Private options

options: Options

Methods

collection

  • collection(collectionId: string): any[]

doc

  • doc(collectionId: string, docId: string): any

Private get

  • get(path: string): any

getOptions

list

  • list(path: string): any[]

object

  • object(path: string): any

registerRoutes

  • registerRoutes(options?: AddonRoutesOptions): void

Private transform

  • transform(values: any[][], noHeaders?: boolean): object
  • Parameters

    • values: any[][]
    • Default value noHeaders: boolean = false

    Returns object

    • [key: string]: Obj

update

  • update(updates: object): boolean

Generated using TypeDoc