We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936a888 commit 97b948cCopy full SHA for 97b948c
1 file changed
frameioclient/client.py
@@ -23,7 +23,7 @@ def __init__(self, token, host='https://api.frame.io'):
23
total=3,
24
backoff_factor=1,
25
status_forcelist=[429],
26
- method_whitelist=["POST", "OPTIONS"]
+ method_whitelist=["POST", "OPTIONS", "GET"]
27
)
28
29
def _api_call(self, method, endpoint, payload={}):
0 commit comments