We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2856e82 commit 4e95d12Copy full SHA for 4e95d12
python_anvil/api_resources/requests.py
@@ -190,3 +190,4 @@ def get(self, url, params=None, **kwargs):
190
def post(self, url, data=None, **kwargs):
191
self._validate_url(url)
192
return super().post(url, data, **kwargs)
193
+
0 commit comments