소스 검색

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)
+