We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ce495 commit dc01a60Copy full SHA for dc01a60
bigfunctions/get_data/get.yaml
@@ -20,7 +20,7 @@ examples:
20
- "'https://api.github.com/repos/unytics/bigfunctions'"
21
- "json '{\"Content-Type\": \"application/json\"}'"
22
output: "{...}"
23
-code: |
+code: | #python
24
if not url:
25
return 'invalid url: it is null or empty'
26
if not url.startswith(('http://', 'https://')):
@@ -32,4 +32,4 @@ code: |
32
requirements: |
33
requests
34
quotas:
35
- max_rows_per_query: 10
+ max_rows_per_query: 100
0 commit comments