Skip to content

Commit

Permalink
minor doc changes (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
toptobes authored May 22, 2024
1 parent ebc875d commit 2c4a2df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ export type DataAPIHttpOptions =
/**
* The options available for the {@link DataAPIClient} related to making HTTP requests using the native fetch API.
*
* This will be the default client when running on non-node runtimes.
*
* @public
*/
export interface FetchHttpClientOptions {
Expand All @@ -131,6 +133,9 @@ export interface FetchHttpClientOptions {
/**
* The options available for the {@link DataAPIClient} related to making HTTP requests using the default http client.
*
* This will be the default client when running on node. May cause issues on non-node runtimes. Prefer to use the
* {@link FetchHttpClientOptions} instead if that is the case.
*
* @public
*/
export interface DefaultHttpClientOptions {
Expand Down

0 comments on commit 2c4a2df

Please sign in to comment.