Private
credentialsCall the API and return the results as deserialized JSON or Arrow.
The nomic API endpoint to call. If it doesn't begin with a slash, it will be added.
POST or GET
The binary or JSON payload sent with the request.
Additional headers to send with the request
`
@param params An object that corresponds to one of the accepted login methods Envlogin: Uses the environment variable must have
useEnvToken: true
TokenLogin: Uses a bearer token or Nomic API key. must havetoken: string
AnonUser: No credentials, used for anonymous Viewer