{"id":21446355,"url":"https://github.com/oskang09/geliver-vscode","last_synced_at":"2026-05-03T21:31:46.561Z","repository":{"id":98923082,"uuid":"356676431","full_name":"Oskang09/geliver-vscode","owner":"Oskang09","description":"Webview version of Geliver UI for support internally in vscode editor.","archived":false,"fork":false,"pushed_at":"2022-02-21T11:09:25.000Z","size":1626,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-22T23:26:19.326Z","etag":null,"topics":["grpc","testing","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Oskang09.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-04-10T19:33:53.000Z","updated_at":"2022-02-15T18:30:38.000Z","dependencies_parsed_at":"2023-03-27T11:47:10.815Z","dependency_job_id":null,"html_url":"https://github.com/Oskang09/geliver-vscode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Oskang09/geliver-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oskang09%2Fgeliver-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oskang09%2Fgeliver-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oskang09%2Fgeliver-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oskang09%2Fgeliver-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oskang09","download_url":"https://codeload.github.com/Oskang09/geliver-vscode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oskang09%2Fgeliver-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["grpc","testing","vscode","vscode-extension"],"created_at":"2024-11-23T02:43:12.581Z","updated_at":"2026-05-03T21:31:46.475Z","avatar_url":"https://github.com/Oskang09.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extension Marketplace\n\n* https://marketplace.visualstudio.com/items?itemName=Oskang09.geliver\n\n# geliver \n\nGeliver UI support for vscode editor, natively support with `.proto` files. But if you need to have a complete feature still suggest to use [Postman](https://www.postman.com/).\n\n## Features\n\n* Request, Response History\n* Collection and Preset \n* App and Editor Theme\n* Auto import endpoints from servers\n* Import \u0026 Export Data ( currently not available in vscode webview )\n* Only support UnaryCall now\n\n## Extension Settings\n\nThis extension contributes the following settings:\n\n* `geliver.protos`: default protos file path and server settings ( larger directory will take longer to load )\n* `geliver.app_theme`: default app theme \n* `geliver.editor_theme`: default editor theme\n\n## Example Settings \u0026 Screenshot\n\n![structure](https://user-images.githubusercontent.com/15674107/154677370-9b7cea2e-40d7-4dcf-854e-ee723726166d.png)\n\n![image](https://user-images.githubusercontent.com/15674107/154681515-d282167b-12c8-467f-b254-a35a72a7bd65.png)\n\n## Advanced: Faker Data Generation\n\nIf you want to have fake data when selecting endpoint to call, you can do with `proto custom field options` as below. Currently it's generating using [Faker](https://github.com/faker-js/faker). As example if you want to have random names you can make proto as below. It will call `faker.name.findName()`.\n\n```proto\n\nimport \"google/protobuf/descriptor.proto\";\nextend google.protobuf.FieldOptions {\n    optional string geliver = 50000;\n}\n\nmessage ExampleRequest {\n    string ID  = 1;\n    string OrganizationID = 2 [(geliver)=\"name.findName\"];\n}\n```\n\n## Todo\n\n* Implement client-streaming, server-streaming, and bidirectional-streaming gRPC methods\n\n## Known Issues\n\n1. Currently webview is not able to import \u0026 export data.\n2. Data not cached since using IndexedDB. In future maybe can use `dexie-cloud`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foskang09%2Fgeliver-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foskang09%2Fgeliver-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foskang09%2Fgeliver-vscode/lists"}