We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b916b commit bb276daCopy full SHA for bb276da
README.md
@@ -28,7 +28,7 @@ export HYPERBROWSER_HEADERS='{"X-Correlation-Id":"req-123"}' # optional JSON obj
28
`api_key` must be a non-empty string.
29
30
`base_url` must start with `https://` (or `http://` for local testing), include a host,
31
-and not contain query parameters, URL fragments, or newline characters.
+and not contain query parameters, URL fragments, or whitespace/newline characters.
32
The SDK normalizes trailing slashes automatically.
33
If `base_url` already ends with `/api`, the SDK avoids adding a duplicate `/api` prefix.
34
If `HYPERBROWSER_BASE_URL` is set, it must be non-empty.
0 commit comments