Skip to content

Commit d3806b6

Browse files
authored
Merge pull request #38 from hotdata-dev/eddietejeda-patch-1
Fix formatting issues in README.md
2 parents 8f55bb1 + 71b1150 commit d3806b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Official Python client for the [Hotdata](https://app.hotdata.dev) HTTP API: workspaces, connections, datasets, SQL queries, results, secrets, uploads, indexes, jobs, embedding providers, and workspace context.
44

5-
The package is produced with [OpenAPI Generator](https://openapi-generator.tech) from the Hotdata OpenAPI spec. Regenerate via the **Regenerate Client** workflow in this repository when the API changes.
5+
The package is produced with [OpenAPI Generator](https://openapi-generator.tech) from the Hotdata OpenAPI spec.
66

77
## Requirements
88

@@ -62,7 +62,7 @@ with hotdata.ApiClient(configuration) as api_client:
6262
print(f"API error: {e.status} {e.reason}\n{e.body}")
6363
```
6464

65-
Each `*Api` class groups endpoints by resource. Construct the client, then call the typed methods you need.
65+
Each `Api` class groups endpoints by resource. Construct the client, then call the typed methods you need.
6666

6767
## API reference
6868

0 commit comments

Comments
 (0)