astrajs icon indicating copy to clipboard operation
astrajs copied to clipboard

A monorepo containing tools for interacting with DataStax Astra and Stargate

Results 2 astrajs issues
Sort by recently updated
recently updated
newest added

Something similar to: ```ts declare module "@astrajs/rest" { import { AxiosRequestConfig } from "axios"; interface AstraClientOptions { configFile?: string; configSection?: string; baseApiPath?: string; baseUrl?: string; authUrl?: string; authToken?: string; applicationToken?:...

Hi, As a REST client, it is normal for users to prefer any fetch libraries, not only axios. It would be better if it @astra/rest had this kinda custom fetch...