Skip to content

feat: implement TypeScript SDK remote client - #14

Merged
atharvmantri merged 1 commit into
mainfrom
feat/implement-typescript-sdk-remote
Sep 14, 2026
Merged

atharvmantri merged 1 commit into
mainfrom
feat/implement-typescript-sdk-remote

Conversation

@atharvmantri

Copy link
Copy Markdown
Owner

Summary

  • replace the TypeScript SDK's explicit remote-method TODO stubs with a fetch-based REST client
  • serialize camelCase requests and deserialize snake_case responses, accepting common response envelopes
  • send optional bearer auth, URL-encode memory IDs, support 204 deletes, and expose structured MemoryGuardError payloads
  • add deterministic injected-fetch coverage for every SDK endpoint and error behavior

Validation

  • pnpm --filter @memoryguard/sdk test (13 passed)
  • pnpm --filter @memoryguard/sdk build
  • pnpm test (SDK 13, dashboard 55, landing test)
  • pnpm build (SDK, dashboard, landing)
  • git diff --check

Copilot AI lite review requested due to automatic review settings September 14, 2026 10:09
@netlify

netlify Bot commented Sep 14, 2026

Copy link
Copy Markdown

Deploy Preview for stately-moonbeam-5dfc8d ready!

Name Link
🔨 Latest commit fb6b5ce
🔍 Latest deploy log https://app.netlify.com/projects/stately-moonbeam-5dfc8d/deploys/6aa7c7dbd688fb000828be07
😎 Deploy Preview https://deploy-preview-14--stately-moonbeam-5dfc8d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@atharvmantri
atharvmantri merged commit 229b284 into main Sep 14, 2026
6 checks passed
@atharvmantri
atharvmantri deleted the feat/implement-typescript-sdk-remote branch September 14, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants