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