From bc044fbe695ffc4f1c41190810c509d8001eb88a Mon Sep 17 00:00:00 2001 From: Jessica Smith <12jessicasmith34@gmail.com> Date: Thu, 13 Jun 2024 17:10:25 -0500 Subject: [PATCH] update usage --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 82a3f4a..5fe1986 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -7,10 +7,10 @@ To use the API, you need to create an instance of the `Api` class, providing you The `Api` object has multiple api objects as attributes, which you can use to make requests to the API. The available api objects are: - `classes_api` -- `dna_api` (workout telemetry) - `members_api` - `performance_api` - `studios_api` +- `telemetry_api` Each of these api objects has methods that correspond to the endpoints in the API. You can use these methods to make requests to the API and get the data you need.