You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ The bot client (`src/client/LicenseChainClient.js`) targets API v1-style routes,
172
172
-`GET /health`
173
173
174
174
## API normalize helper (`licensechainApiNormalize.js`)
175
-
Vendored at `src/client/licensechainApiNormalize.js` (optional `license_token` / `license_jwks_uri`). The monorepo also keeps a canonical 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`. See `Bots/shared/licensechain-api-normalize/VERSIONING.md`.
175
+
Vendored at `src/client/licensechainApiNormalize.js` (optional `license_token` / `license_jwks_uri`). 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).
0 commit comments