Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Update abstra-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
abstra-bot committed May 3, 2023
1 parent 4c6b69f commit 465d20b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions abstra_cli/apis/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

def get_auth_info():
api_token = credentials.get_credentials()
if not api_token:
return None, None, None
headers = credentials.get_auth_headers(api_token)
response = requests.get(f"https://auth.abstra.cloud/abstra-cloud", headers=headers)
response_json = response.json()
Expand Down

0 comments on commit 465d20b

Please sign in to comment.