Skip to content

Commit 176ba31

Browse files
committed
docs(readme): point normalize versioning to LicenseChain/sdks doc
1 parent 276880d commit 176ba31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,8 @@ All endpoints automatically use the /v1 prefix when connecting to https://api.li
683683
| POST | /v1/webhooks | Create webhook |
684684
| GET | /v1/analytics | Get analytics |
685685
686-
## Vendored API normalize helper
687-
Both bots vendor an identical `src/client/licensechainApiNormalize.js` module to keep Docker builds self-contained (no shared module path). If the normalization logic changes, update both files to be byte-identical.
686+
## API normalize helper (`licensechainApiNormalize.js`)
687+
Vendored at `src/client/licensechainApiNormalize.js` (optional `license_token` / `license_jwks_uri`) so Docker builds stay self-contained (no shared module path). A monorepo may keep an authoring copy under `Bots/shared/licensechain-api-normalize/` — **update all copies byte-identically** when the verify response shape changes; keep in sync with `api/src/contracts/bot-license-contracts.ts`. Versioning policy (Git-tracked): [LicenseChain/sdks — `docs/licensechain-api-normalize-VERSIONING.md`](https://github.com/LicenseChain/sdks/blob/main/docs/licensechain-api-normalize-VERSIONING.md).
688688
689689
**Note**: The SDK automatically prepends /v1 to all endpoints, so you only need to specify the path (e.g., /auth/login instead of /v1/auth/login).
690690

0 commit comments

Comments
 (0)