Skip to content

Add official Go API client#71

Merged
starboyate merged 1 commit into
mainfrom
feat/go-client
May 13, 2026
Merged

Add official Go API client#71
starboyate merged 1 commit into
mainfrom
feat/go-client

Conversation

@starboyate
Copy link
Copy Markdown
Collaborator

Summary

  • Add the official standard-library-only Go client module under memind-clients/go.
  • Implement typed models, raw content helpers, validation, retry handling, envelope parsing, and Memory/Health API methods.
  • Add Go client README examples, root README client listing, and focused Go client CI.

Test Plan

  • go test ./...
  • go test -race ./...
  • go vet ./...
  • test -z "$(gofmt -l .)"

@starboyate starboyate linked an issue May 13, 2026 that may be closed by this pull request
@starboyate starboyate merged commit acb12d0 into main May 13, 2026
6 checks passed
@starboyate starboyate deleted the feat/go-client branch May 14, 2026 05:46
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.

[Feature]: add go client for calling the memind api

1 participant