Skip to content

Commit

Permalink
Regenerate SDK docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad committed Oct 29, 2024
1 parent 7167775 commit 15b4de3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/docs/python-sdk/reference/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ The following settings can be defined in the `Config` class
**Property**: mode<br />
<!-- vale on -->
**Description**: Default mode for the client<br />
**Type**: `object`<br />
**Type**: `string`<br />
**Default value**: default<br />
**Choices**: default, tracking<br />
**Environment variable**: `INFRAHUB_MODE`<br />
<!-- vale off -->
## pagination_size
Expand Down Expand Up @@ -156,15 +158,17 @@ The following settings can be defined in the `Config` class
<!-- vale on -->
**Description**: Default connection timeout in seconds<br />
**Type**: `integer`<br />
**Default value**: 10<br />
**Default value**: 60<br />
**Environment variable**: `INFRAHUB_TIMEOUT`<br />
<!-- vale off -->
## transport

**Property**: transport<br />
<!-- vale on -->
**Description**: Set an alternate transport using a predefined option<br />
**Type**: `object`<br />
**Type**: `string`<br />
**Default value**: httpx<br />
**Choices**: httpx, json<br />
**Environment variable**: `INFRAHUB_TRANSPORT`<br />
<!-- vale off -->
## proxy
Expand Down

0 comments on commit 15b4de3

Please sign in to comment.