Skip to content

Commit

Permalink
Update hexa.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheikhgwane authored Nov 18, 2024
1 parent e6af1da commit 51b20fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hexa.md
Original file line number Diff line number Diff line change
Expand Up @@ -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("""
Expand Down

0 comments on commit 51b20fe

Please sign in to comment.