{"id":15404536,"url":"https://github.com/k1low/grpcurlreq","last_synced_at":"2026-01-29T01:05:02.191Z","repository":{"id":61839435,"uuid":"554144567","full_name":"k1LoW/grpcurlreq","owner":"k1LoW","description":"grpcurlreq is parser for gRPCurl command.","archived":false,"fork":false,"pushed_at":"2025-03-13T04:16:08.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T12:58:41.428Z","etag":null,"topics":["grpcurl","parser"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k1LoW.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"k1LoW","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-10-19T10:20:38.000Z","updated_at":"2025-03-13T04:15:50.000Z","dependencies_parsed_at":"2025-03-28T02:02:16.688Z","dependency_job_id":null,"html_url":"https://github.com/k1LoW/grpcurlreq","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/k1LoW/grpcurlreq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1LoW%2Fgrpcurlreq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1LoW%2Fgrpcurlreq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1LoW%2Fgrpcurlreq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1LoW%2Fgrpcurlreq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k1LoW","download_url":"https://codeload.github.com/k1LoW/grpcurlreq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1LoW%2Fgrpcurlreq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269983634,"owners_count":24507632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"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":["grpcurl","parser"],"created_at":"2024-10-01T16:13:35.066Z","updated_at":"2026-01-29T01:05:02.164Z","avatar_url":"https://github.com/k1LoW.png","language":"Go","funding_links":["https://github.com/sponsors/k1LoW"],"categories":[],"sub_categories":[],"readme":"# grpcurlreq\n\n`grpcurlreq` is parser for [gRPCurl](https://github.com/fullstorydev/grpcurl) command.\n\n## Usage\n\n``` go\npackage main\n\nimport (\n\t\"encoding/json\"\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/k1LoW/grpcurlreq\"\n)\n\nfunc main() {\n\tcmd := `grpcurl -d '{\"id\": 1234, \"tags\": [\"foo\",\"bar\"]}' grpc.server.com:443 my.custom.server.Service/Method`\n\tp, err := grpcurlreq.Parse(cmd)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tb, err := json.Marshal(p)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tfmt.Println(string(b))\n\n\t// Output:\n\t// {\"addr\":\"grpc.server.com:443\",\"method\":\"my.custom.server.Service/Method\",\"messages\":[{\"id\":1234,\"tags\":[\"foo\",\"bar\"]}]}\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk1low%2Fgrpcurlreq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk1low%2Fgrpcurlreq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk1low%2Fgrpcurlreq/lists"}