UNPKG

@rockset/client

Version:

Client for querying Rockset and interacting with the Rockset API.

6 lines (5 loc) 193 B
/** * This file shows how to integrate custom fetch functionality into the rockset fetch api. * We use axios in this example, and enable automatic retrying of failed requests. */ export {};