Your Name 3 lat temu
rodzic
commit
00730b7be5
1 zmienionych plików z 6 dodań i 0 usunięć
  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)
+