workspace working
This commit is contained in:
5
list_workspaces.py
Normal file
5
list_workspaces.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import requests
|
||||
import json
|
||||
resp = requests.get('http://localhost:3015/workspaces', headers={'X-API-Key': 'jleu1212'})
|
||||
print(resp.status_code)
|
||||
print(resp.text)
|
||||
Reference in New Issue
Block a user