Sign in
apache
/
incubator-resilientdb-python-sdk
/
0bc699e43db4a9455d98fe8e4fb24b1aea53b0cc
/
.
/
service
/
pybind_sample
/
endpoint_test.py
blob: 14945ee073c86059b99607abb97f3089bee76bf8 [
file
] [
log
] [
blame
]
import
requests
print
(
"Example of calling NexRes endpoint from Python"
)
url
=
"http://localhost:8000/v1/transactions"
response
=
requests
.
get
(
url
)
print
(
response
)
print
(
response
.
content
)