{"id":20410863,"url":"https://github.com/ates/thrift","last_synced_at":"2026-05-07T21:40:03.694Z","repository":{"id":5657980,"uuid":"6867140","full_name":"ates/thrift","owner":"ates","description":"Erlang library from the Thrift project.","archived":false,"fork":false,"pushed_at":"2014-03-17T18:47:03.000Z","size":255,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T03:15:30.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","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/ates.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":null}},"created_at":"2012-11-26T15:04:44.000Z","updated_at":"2014-03-17T18:47:03.000Z","dependencies_parsed_at":"2022-08-24T00:40:36.353Z","dependency_job_id":null,"html_url":"https://github.com/ates/thrift","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ates/thrift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ates%2Fthrift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ates%2Fthrift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ates%2Fthrift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ates%2Fthrift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ates","download_url":"https://codeload.github.com/ates/thrift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ates%2Fthrift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32757654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-15T05:48:44.808Z","updated_at":"2026-05-07T21:40:03.672Z","avatar_url":"https://github.com/ates.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"Thrift Erlang Software Library\n==============================\n\nLicense\n------\n\nLicensed to the Apache Software Foundation (ASF) under one\nor more contributor license agreements. See the NOTICE file\ndistributed with this work for additional information\nregarding copyright ownership. The ASF licenses this file\nto you under the Apache License, Version 2.0 (the\n\"License\"); you may not use this file except in compliance\nwith the License. You may obtain a copy of the License at\n\n  http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing,\nsoftware distributed under the License is distributed on an\n\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, either express or implied. See the License for the\nspecific language governing permissions and limitations\nunder the License.\n\nExample\n-------\n\nExample session using thrift_client:\n\n\n\u003cpre\u003e\n    1\u003e {ok, C0} = thrift_client_util:new(\"localhost\", 9090, thriftTest_thrift, []), ok.\n    ok\n    2\u003e {C1, R1} = thrift_client:call(C0, testVoid, []), R1.\n    {ok,ok}\n    3\u003e {C2, R2} = thrift_client:call(C1, testVoid, [asdf]), R2.\n    {error,{bad_args,testVoid,[asdf]}}\n    4\u003e {C3, R3} = thrift_client:call(C2, testI32, [123]), R3.\n    {ok,123}\n    5\u003e {C4, R4} = thrift_client:call(C3, testOneway, [1]), R4.\n    {ok,ok}\n    6\u003e {C5, R5} = thrift_client:call(C4, testXception, [\"foo\"]), R5.\n    {error,{no_function,testXception}}\n    7\u003e {C6, R6} = thrift_client:call(C5, testException, [\"foo\"]), R6.\n    {ok,ok}\n    8\u003e {C7, R7} = (catch thrift_client:call(C6, testException, [\"Xception\"])), R7.\n    {exception,{xception,1001,\u003c\u003c\"Xception\"\u003e\u003e}}\n\u003c/pre\u003e\n\nNotes\n-----\n\nTo use the JSON protocol client, you will need jsx.  This will be pulled in\nvia rebar for building but not automatically installed by make install.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fates%2Fthrift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fates%2Fthrift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fates%2Fthrift/lists"}