浏览代码

init commit

Your Name 3 年之前
父节点
当前提交
00730b7be5
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      samples/api-test.py

+ 6 - 0
samples/api-test.py

@@ -0,0 +1,6 @@
+import requests
+
+r = requests.get('https://nft-api-staging.joyso.io/api/v1/accounts/test01',headers={'Authorization': 'Basic %s' %  'bmZ0OmMxOTEzOWMzYjM3YjdjZWU3ZmY3OTFiZGU3NzdjZWNl'})
+print(r)
+print(r.text)
+