Your Name %!s(int64=3) %!d(string=hai) anos
pai
achega
00730b7be5
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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)
+