{"id":22396439,"url":"https://github.com/spacebat/xrc","last_synced_at":"2026-01-28T06:37:39.443Z","repository":{"id":7896586,"uuid":"9275931","full_name":"spacebat/xrc","owner":"spacebat","description":"Syntax sugar and other goodies for working with xml-rpc.el","archived":false,"fork":false,"pushed_at":"2013-04-07T12:21:09.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T21:43:36.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","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/spacebat.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":"2013-04-07T12:00:18.000Z","updated_at":"2013-04-08T02:18:19.000Z","dependencies_parsed_at":"2022-08-20T05:10:24.582Z","dependency_job_id":null,"html_url":"https://github.com/spacebat/xrc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spacebat/xrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebat%2Fxrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebat%2Fxrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebat%2Fxrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebat%2Fxrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spacebat","download_url":"https://codeload.github.com/spacebat/xrc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebat%2Fxrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28841190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T05:50:12.573Z","status":"ssl_error","status_checked_at":"2026-01-28T05:49:54.528Z","response_time":57,"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":[],"created_at":"2024-12-05T06:08:11.753Z","updated_at":"2026-01-28T06:37:39.416Z","avatar_url":"https://github.com/spacebat.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"xrc\n===\n\nSyntax sugar and other goodies for working with xml-rpc.el\n\nUsing xml-rpc is prone to code like:\n\n    (setq myurl \"http://hostname:port/path\")\n    (xml-rpc-method-call myurl 'method \"arg\")\n    (xml-rpc-method-call myurl 'other-method \"other-arg\")\n\nThis library lets us instead write:\n\n    (xrc-defcaller service :url \"http://hostname:port/path\")\n    (service 'method \"arg\")\n    (service 'other-method \"other-arg\")\n\nSure that doesn't look much shorter but it adds up. The syntactical sugar makes a difference for exploratory programming, but could also provide benefits such as sanity checks on method names and arguments for XML-RPC services.\n\nAppend :checked-p t to the end of the xrc-defcaller line to have an error raised immediately by the library if a method is called that is not supported by the endpoint.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebat%2Fxrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspacebat%2Fxrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebat%2Fxrc/lists"}