Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "index"

Index

Interfaces

Functions

Functions

Const rocksetConfigure

  • rocksetConfigure(apikey: string, host?: string, customFetch?: undefined | ((url: string, request: any) => Promise<any>)): MainApi
  • Returns a master object for all rockset apis

    Parameters

    • apikey: string

      Your rockset APIKEY

    • Default value host: string = "https://api.rs2.usw2.rockset.com"

      The rockset apiserver that you are hitting, eg https://api.rs2.usw2.rockset.com

    • Optional customFetch: undefined | ((url: string, request: any) => Promise<any>)

    Returns MainApi

Generated using TypeDoc