@@ -73,10 +73,10 @@ def __init__(
73
73
74
74
Args:
75
75
token: The Apify API token.
76
- api_url: The URL of the Apify API server to which to connect to . Defaults to https://api.apify.com. It can
77
- be internal url that is not globally accessible, in such case `api_public_url` should be set as well.
76
+ api_url: The URL of the Apify API server to which to connect. Defaults to https://api.apify.com. It can
77
+ be an internal URL that is not globally accessible, in such case `api_public_url` should be set as well.
78
78
api_public_url: The globally accessible URL of the Apify API server. It should be set only if the `api_url`
79
- is internal url that is not globally accessible.
79
+ is an internal URL that is not globally accessible.
80
80
max_retries: How many times to retry a failed request at most.
81
81
min_delay_between_retries_millis: How long will the client wait between retrying requests
82
82
(increases exponentially from this value).
@@ -117,10 +117,10 @@ def __init__(
117
117
118
118
Args:
119
119
token: The Apify API token.
120
- api_url: The URL of the Apify API server to which to connect to . Defaults to https://api.apify.com. It can
121
- be internal url that is not globally accessible, in such case `api_public_url` should be set as well.
120
+ api_url: The URL of the Apify API server to which to connect. Defaults to https://api.apify.com. It can
121
+ be an internal URL that is not globally accessible, in such case `api_public_url` should be set as well.
122
122
api_public_url: The globally accessible URL of the Apify API server. It should be set only if the `api_url`
123
- is internal url that is not globally accessible.
123
+ is an internal URL that is not globally accessible.
124
124
max_retries: How many times to retry a failed request at most.
125
125
min_delay_between_retries_millis: How long will the client wait between retrying requests
126
126
(increases exponentially from this value).
@@ -305,10 +305,10 @@ def __init__(
305
305
306
306
Args:
307
307
token: The Apify API token.
308
- api_url: The URL of the Apify API server to which to connect to . Defaults to https://api.apify.com. It can
309
- be internal url that is not globally accessible, in such case `api_public_url` should be set as well.
308
+ api_url: The URL of the Apify API server to which to connect. Defaults to https://api.apify.com. It can
309
+ be an internal URL that is not globally accessible, in such case `api_public_url` should be set as well.
310
310
api_public_url: The globally accessible URL of the Apify API server. It should be set only if the `api_url`
311
- is internal url that is not globally accessible.
311
+ is an internal URL that is not globally accessible.
312
312
max_retries: How many times to retry a failed request at most.
313
313
min_delay_between_retries_millis: How long will the client wait between retrying requests
314
314
(increases exponentially from this value).
0 commit comments