{"id":21406475,"url":"https://github.com/arturoeanton/elixir-dynamic-api","last_synced_at":"2025-03-16T17:16:15.593Z","repository":{"id":87530809,"uuid":"380340296","full_name":"arturoeanton/elixir-dynamic-api","owner":"arturoeanton","description":"This is a small dynamic GRPC client.","archived":false,"fork":false,"pushed_at":"2021-06-29T16:19:34.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T04:11:13.367Z","etag":null,"topics":["api","dynamic","elixir","grpc","plug","proto","protobuf"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arturoeanton.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2021-06-25T19:51:06.000Z","updated_at":"2021-06-29T16:19:37.000Z","dependencies_parsed_at":"2023-03-13T18:44:43.364Z","dependency_job_id":null,"html_url":"https://github.com/arturoeanton/elixir-dynamic-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturoeanton%2Felixir-dynamic-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturoeanton%2Felixir-dynamic-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturoeanton%2Felixir-dynamic-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturoeanton%2Felixir-dynamic-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arturoeanton","download_url":"https://codeload.github.com/arturoeanton/elixir-dynamic-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902320,"owners_count":20366262,"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","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":["api","dynamic","elixir","grpc","plug","proto","protobuf"],"created_at":"2024-11-22T16:40:08.762Z","updated_at":"2025-03-16T17:16:15.562Z","avatar_url":"https://github.com/arturoeanton.png","language":"Elixir","readme":"# elixir-dynamic-api\n\nThis is a small dynamic GRPC client. You will be able to send your proto3 and use it by HTTP_POST.\n\n## Example\n\n``` http\nPOST http://127.0.0.1:8080/api/proto/run HTTP/1.1\nContent-Type: application/json\n\n{\n    \"package\": \"Helloworld\",\n    \"url_server\":\"localhost:50051\",\n    \"service\": \"Greeter\",\n    \"method\": \"say_hello\",\n    \"params\": [\"HelloRequest.new(name: 'Elixir!!')\"],\n    \"reply\":\"'message' =\u003e reply.message\",\n    \"proto\":\"syntax = \\\"proto3\\\";\\n\\noption java_multiple_files = true;\\noption java_package = \\\"io.grpc.examples.helloworld\\\";\\noption java_outer_classname = \\\"HelloWorldProto\\\";\\noption objc_class_prefix = \\\"HLW\\\";\\n\\npackage helloworld;\\n\\nservice Greeter {\\n  rpc SayHello (HelloRequest) returns (HelloReply) {}\\n}\\n\\nmessage HelloRequest {\\n  string name = 1;\\n  string lastname = 2;\\n\\n}\\n\\nmessage HelloReply {\\n  string message = 1;\\n  string lastname = 2;\\n}\"\n}\n\n```\n\n# Run \n\n``` \ncd server/\nmix run --no-halt\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturoeanton%2Felixir-dynamic-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farturoeanton%2Felixir-dynamic-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturoeanton%2Felixir-dynamic-api/lists"}