From 2d35c44c6b53c95ad6b6a6b873f5501a2a82b425 Mon Sep 17 00:00:00 2001 From: kdabrock <100348994+kdabrock@users.noreply.github.com> Date: Tue, 21 May 2024 14:55:18 +0200 Subject: [PATCH] Fixed README.rst code block --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 452e4a8..9c9803b 100644 --- a/README.rst +++ b/README.rst @@ -106,6 +106,7 @@ Using this client, you have access to additional methods for querying and writin However, this requires a username and password as the respective API endpoints are not openly available (yet). .. code-block:: python + from builda_client.dev_client import BuildaDevClient client = BuildaDevClient(username='your_username', password='your_password')