Browse Source

init commit

Your Name 3 năm trước cách đây
mục cha
commit
00730b7be5
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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)
+