Update command.py
This commit is contained in:
parent
078c0d52c5
commit
818bb523dd
@ -23,15 +23,10 @@ from lib.chatmark.step import Step # noqa: E402
|
|||||||
|
|
||||||
|
|
||||||
def get_apidocs():
|
def get_apidocs():
|
||||||
print("----")
|
|
||||||
print(f"{SERVER_URL}/autotest/projects/{PROJECT_ID}/apidocs")
|
|
||||||
|
|
||||||
res = session.get(
|
res = session.get(
|
||||||
f"{SERVER_URL}/autotest/projects/{PROJECT_ID}/apidocs",
|
f"{SERVER_URL}/autotest/projects/{PROJECT_ID}/apidocs",
|
||||||
params={"page": 1, "size": 100},
|
params={"page": 1, "size": 100},
|
||||||
)
|
)
|
||||||
print(res.text)
|
|
||||||
# exit(0)
|
|
||||||
return res.json()["docs"]
|
return res.json()["docs"]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user