Skip to content

Commit f3402d1

Browse files
author
denis
committed
init commit V1
0 parents  commit f3402d1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

client.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import request
2+
TARGET = "http://alphavantage.com/IWDA"
3+
response = request.get(TARGET)
4+

config.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
API_VERSION_TO_USE="V1"

0 commit comments

Comments
 (0)