From bffa455b10aa3b2c1bf1795598519cc9b6c985b5 Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:01:56 -0700 Subject: [PATCH] docs: fix the resource list in the README intro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "datasets" names no API surface — nothing in hotdata/ mentions datasets; the resource is instant databases (DatabasesApi). And "workspace context" misnames DatabaseContextApi, whose methods (get/list/upsert/delete_database_context) attach context to a database, not the workspace. Also adopts the "instant database" wording the changelog standardizes for hand-written prose. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc9be46..2e52470 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # hotdata -Official Python client for the [Hotdata](https://www.hotdata.dev) HTTP API: workspaces, connections, datasets, SQL queries, results, uploads, indexes, jobs, embedding providers, and workspace context. +Official Python client for the [Hotdata](https://www.hotdata.dev) HTTP API: workspaces, connections, instant databases, SQL queries, results, uploads, indexes, jobs, embedding providers, and database context. ## Requirements