Skip to main content
Module

x/atlas_sdk/client.ts>MongoClientConstructorOptions

TypeSafe MongoDB Atlas Data API SDK for Deno & Deno Deploy
Go to Latest
interface MongoClientConstructorOptions
import { type MongoClientConstructorOptions } from "https://deno.land/x/atlas_sdk@v0.1.1/client.ts";

Properties

appId: string
dataSource: string
apiKey: string
optional
endpoint: string
optional
fetch: fetch