{"id":13897546,"url":"https://github.com/ruby/xmlrpc","last_synced_at":"2025-05-15T16:08:28.381Z","repository":{"id":39420680,"uuid":"53466388","full_name":"ruby/xmlrpc","owner":"ruby","description":"The Ruby standard library package 'xmlrpc'","archived":false,"fork":false,"pushed_at":"2025-04-23T22:18:43.000Z","size":90,"stargazers_count":38,"open_issues_count":7,"forks_count":27,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-04-23T22:33:43.713Z","etag":null,"topics":["remote-procedures","ruby","xmlrpc","xmlrpc-server"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruby.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2016-03-09T03:51:05.000Z","updated_at":"2025-04-23T22:18:47.000Z","dependencies_parsed_at":"2024-05-05T17:26:29.433Z","dependency_job_id":"05117946-c81d-4e9a-b739-60edf2e55552","html_url":"https://github.com/ruby/xmlrpc","commit_stats":{"total_commits":72,"total_committers":13,"mean_commits":5.538461538461538,"dds":0.6388888888888888,"last_synced_commit":"caab3556bb9836adb1451883b577916257c92552"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fxmlrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fxmlrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fxmlrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fxmlrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruby","download_url":"https://codeload.github.com/ruby/xmlrpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374475,"owners_count":22060611,"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":["remote-procedures","ruby","xmlrpc","xmlrpc-server"],"created_at":"2024-08-06T18:03:40.818Z","updated_at":"2025-05-15T16:08:28.336Z","avatar_url":"https://github.com/ruby.png","language":"Ruby","readme":"# XMLRPC\n\n[![Build Status](https://travis-ci.org/ruby/xmlrpc.svg?branch=master)](https://travis-ci.org/ruby/xmlrpc)\n\n## Overview\n\nXMLRPC is a lightweight protocol that enables remote procedure calls over\nHTTP.  It is defined at http://www.xmlrpc.com.\n\nXMLRPC allows you to create simple distributed computing solutions that span\ncomputer languages.  Its distinctive feature is its simplicity compared to\nother approaches like SOAP and CORBA.\n\nThe Ruby standard library package 'xmlrpc' enables you to create a server that\nimplements remote procedures and a client that calls them.  Very little code\nis required to achieve either of these.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'xmlrpc'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install xmlrpc\n\n## Example\n\nTry the following code.  It calls a standard demonstration remote procedure.\n\n```ruby\nrequire 'xmlrpc/client'\nrequire 'pp'\n\nserver = XMLRPC::Client.new2(\"http://localhost:8080/RPC2\")\nresult = server.call(\"sample.sumAndDifference\", 5, 3)\npp result\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/ruby/xmlrpc.\n\n\n## License\n\nReleased under the same term of license as Ruby.\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby%2Fxmlrpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruby%2Fxmlrpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby%2Fxmlrpc/lists"}