From 51b20fecab8ee8ac3f0c645b0cbe375f3860bfbb Mon Sep 17 00:00:00 2001 From: Cheikh Gueye Wane Date: Mon, 18 Nov 2024 19:05:10 +0000 Subject: [PATCH] Update hexa.md --- docs/hexa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hexa.md b/docs/hexa.md index b9ac45e..9a58daf 100644 --- a/docs/hexa.md +++ b/docs/hexa.md @@ -25,10 +25,10 @@ Import OpenHEXA module: import json from openhexa.toolbox.hexa import OpenHEXA # We can authenticate using username / password -hexa_client = OpenHEXA("https://app.demo.openhexa.org", username="username", password="password") +hexa = OpenHEXA("https://app.demo.openhexa.org", username="username", password="password") # You can also use the token provided by OpenHEXA on the pipelines page. -hexa_client = OpenHEXA("https://app.demo.openhexa.org", token="token") +hexa = OpenHEXA("https://app.demo.openhexa.org", token="token") # getting the list of workspaces result = hexa.query("""