Point installation guides at published source tree

This commit is contained in:
AS213905 Engineering
2026-08-14 11:14:02 +00:00
parent ff4aa1b64e
commit 3beb0561c0
11 changed files with 14 additions and 13 deletions
+3 -3
View File
@@ -10,10 +10,10 @@ in **Panel → Settings → API keys** and are always scoped to one organisation
| Language | Package | Install |
| --- | --- | --- |
| Go | `as213905` | `go get git.datacoria.com/Phylex/as213905-sdk/go` |
| Go | `as213905` | `go get git.datacoria.com/Phylex/production-as213905/as213905-sdk/go` |
| Rust | `as213905-sdk` | Git dependency shown in `rust/README.md` |
| Python | `as213905` | `pip install "as213905 @ git+https://git.datacoria.com/Phylex/as213905-sdk.git#subdirectory=python"` |
| JavaScript | `@as213905/sdk` | `npm install git+https://git.datacoria.com/Phylex/as213905-sdk.git#javascript` |
| Python | `as213905` | Git dependency shown in `python/README.md` |
| JavaScript | `@as213905/sdk` | Git checkout instructions in `javascript/README.md` |
All clients use `https://as213905.com` by default and accept a different base
URL for tests. Never put an API key in a query string or commit it to source.