'init'
This commit is contained in:
10
localAPI-main/py-examples/example-query-profile.py
Normal file
10
localAPI-main/py-examples/example-query-profile.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import requests
|
||||
|
||||
url = "http://local.adspower.net:50325/api/v1/user/list?page=1&page_size=100"
|
||||
|
||||
payload={}
|
||||
headers = {}
|
||||
|
||||
response = requests.request("GET", url, headers=headers, data=payload)
|
||||
|
||||
print(response.text)
|
||||
Reference in New Issue
Block a user