{"id":51192352,"url":"https://github.com/tiny-systems/platform-go","last_synced_at":"2026-06-27T16:30:52.891Z","repository":{"id":359219150,"uuid":"1244992689","full_name":"tiny-systems/platform-go","owner":"tiny-systems","description":"Generated Go gRPC clients for the Tiny Systems platform","archived":false,"fork":false,"pushed_at":"2026-05-20T22:11:27.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-21T04:11:17.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tiny-systems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support-admin.messages.pb.go","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-20T20:00:06.000Z","updated_at":"2026-05-20T22:11:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tiny-systems/platform-go","commit_stats":null,"previous_names":["tiny-systems/platform-go"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tiny-systems/platform-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-systems%2Fplatform-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-systems%2Fplatform-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-systems%2Fplatform-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-systems%2Fplatform-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiny-systems","download_url":"https://codeload.github.com/tiny-systems/platform-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-systems%2Fplatform-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34860892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-27T16:30:50.357Z","updated_at":"2026-06-27T16:30:52.861Z","avatar_url":"https://github.com/tiny-systems.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# platform-go\n\nGenerated Go gRPC clients + message types for the Tiny Systems platform API. Used by `mcp-server` and other external clients that talk to a Tiny Systems platform deployment over gRPC.\n\n## Install\n\n```sh\ngo get github.com/tiny-systems/platform-go\n```\n\n## Usage\n\n```go\nimport (\n    \"google.golang.org/grpc\"\n    \"google.golang.org/grpc/credentials\"\n    platform \"github.com/tiny-systems/platform-go\"\n)\n\ncreds := credentials.NewTLS(nil)\nconn, _ := grpc.NewClient(\"grpc-api.tinysystems.io:443\",\n    grpc.WithTransportCredentials(creds),\n)\n\nprojects := platform.NewProjectServiceClient(conn)\nresp, err := projects.List(ctx, \u0026platform.ProjectListRequest{}, grpc.Header(metadata.Pairs(\n    \"authorization\", \"Bearer \" + devKey,\n)))\n```\n\nAuthentication is via a developer key issued from the Tiny Systems dashboard (Settings → Developer keys), sent as an `Authorization: Bearer \u003ckey\u003e` gRPC metadata header.\n\n## Regenerate\n\nThis package is regenerated from the proto files under `proto/`:\n\n```sh\nbuf generate\n```\n\nRequires the [buf CLI](https://buf.build/docs/installation).\n\n## License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiny-systems%2Fplatform-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiny-systems%2Fplatform-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiny-systems%2Fplatform-go/lists"}