We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefd489 commit 07a1d20Copy full SHA for 07a1d20
1 file changed
patches/kaggle_web_client.py
@@ -26,6 +26,7 @@ def __init__(self):
26
self.headers = {
27
'Content-type': 'application/json',
28
'Authorization': f'Bearer {self.jwt_token}',
29
+ 'X-Kaggle-Authorization': f'Bearer {self.jwt_token}',
30
}
31
32
def make_post_request(self, data: dict, endpoint: str) -> dict:
0 commit comments