mirror of
https://github.com/opelly27/PythonAPI.git
synced 2026-05-20 01:47:36 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import requests
|
||||
|
||||
|
||||
base = "http://127.0.0.1:5000/"
|
||||
|
||||
r = requests.get(base + "helloworld")
|
||||
|
||||
print(r.json())
|
||||
Reference in New Issue
Block a user