From 3beb0561c08c9e145ad12d0e884fa3facc09085c Mon Sep 17 00:00:00 2001 From: AS213905 Engineering Date: Fri, 14 Aug 2026 11:14:02 +0000 Subject: [PATCH] Point installation guides at published source tree --- README.md | 6 +++--- go/README.md | 2 +- go/examples/quickstart/main.go | 2 +- go/go.mod | 2 +- javascript/README.md | 3 ++- javascript/package.json | 2 +- openapi/openapi.yaml | 2 +- python/README.md | 2 +- python/pyproject.toml | 2 +- rust/Cargo.toml | 2 +- rust/README.md | 2 +- 11 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 0121718..39901ac 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/go/README.md b/go/README.md index 2b0bc78..b2e9ff0 100644 --- a/go/README.md +++ b/go/README.md @@ -1,7 +1,7 @@ # Go SDK ```bash -go get git.datacoria.com/Phylex/as213905-sdk/go +go get git.datacoria.com/Phylex/production-as213905/as213905-sdk/go ``` ```go diff --git a/go/examples/quickstart/main.go b/go/examples/quickstart/main.go index 08fd00a..f553951 100644 --- a/go/examples/quickstart/main.go +++ b/go/examples/quickstart/main.go @@ -6,7 +6,7 @@ import ( "log" "os" - as213905 "git.datacoria.com/Phylex/as213905-sdk/go/as213905" + as213905 "git.datacoria.com/Phylex/production-as213905/as213905-sdk/go/as213905" ) func main() { diff --git a/go/go.mod b/go/go.mod index e591dc4..a71711f 100644 --- a/go/go.mod +++ b/go/go.mod @@ -1,3 +1,3 @@ -module git.datacoria.com/Phylex/as213905-sdk/go +module git.datacoria.com/Phylex/production-as213905/as213905-sdk/go go 1.22 diff --git a/javascript/README.md b/javascript/README.md index 4fa3645..84b0777 100644 --- a/javascript/README.md +++ b/javascript/README.md @@ -1,7 +1,8 @@ # JavaScript / TypeScript SDK ```bash -npm install git+https://git.datacoria.com/Phylex/as213905-sdk.git#javascript +git clone --branch recovery/native-geofeeds-20260814 https://git.datacoria.com/Phylex/production-as213905.git +npm install ./production-as213905/as213905-sdk/javascript ``` ```js diff --git a/javascript/package.json b/javascript/package.json index 50c9a78..2de957a 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -10,5 +10,5 @@ "scripts": {"test": "node --test", "check": "node --check src/index.js"}, "engines": {"node": ">=18"}, "license": "MIT", - "repository": {"type": "git", "url": "https://git.datacoria.com/Phylex/as213905-sdk.git", "directory": "javascript"} + "repository": {"type": "git", "url": "https://git.datacoria.com/Phylex/production-as213905.git", "directory": "as213905-sdk/javascript"} } diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 078b153..f452d2f 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -11,7 +11,7 @@ info: url: https://as213905.com/docs/api license: name: Proprietary API; SDKs licensed under MIT - url: https://git.datacoria.com/Phylex/as213905-sdk/src/branch/main/LICENSE + url: https://git.datacoria.com/Phylex/production-as213905/src/branch/recovery/native-geofeeds-20260814/as213905-sdk/LICENSE servers: - url: https://as213905.com tags: diff --git a/python/README.md b/python/README.md index 6abf8dc..896080e 100644 --- a/python/README.md +++ b/python/README.md @@ -1,7 +1,7 @@ # Python SDK ```bash -pip install "as213905 @ git+https://git.datacoria.com/Phylex/as213905-sdk.git#subdirectory=python" +pip install "as213905 @ git+https://git.datacoria.com/Phylex/production-as213905.git@recovery/native-geofeeds-20260814#subdirectory=as213905-sdk/python" ``` ```python diff --git a/python/pyproject.toml b/python/pyproject.toml index aa05ecd..8804b57 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -14,7 +14,7 @@ keywords = ["as213905", "bgp", "transit", "geofeed"] [project.urls] Documentation = "https://as213905.com/docs/api/reference" -Repository = "https://git.datacoria.com/Phylex/as213905-sdk" +Repository = "https://git.datacoria.com/Phylex/production-as213905/src/branch/recovery/native-geofeeds-20260814/as213905-sdk/python" [tool.pytest.ini_options] testpaths = ["tests"] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ac899f6..9c46209 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.0" edition = "2021" license = "MIT" description = "Official AS213905 customer API client" -repository = "https://git.datacoria.com/Phylex/as213905-sdk" +repository = "https://git.datacoria.com/Phylex/production-as213905" [dependencies] reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } diff --git a/rust/README.md b/rust/README.md index de6dba9..d87853f 100644 --- a/rust/README.md +++ b/rust/README.md @@ -2,7 +2,7 @@ ```toml [dependencies] -as213905-sdk = { git = "https://git.datacoria.com/Phylex/as213905-sdk.git" } +as213905-sdk = { git = "https://git.datacoria.com/Phylex/production-as213905.git", branch = "recovery/native-geofeeds-20260814" } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } ```