{"id":13686912,"url":"https://github.com/mattn/go-xmlrpc","last_synced_at":"2025-04-06T07:12:33.846Z","repository":{"id":57479854,"uuid":"2180098","full_name":"mattn/go-xmlrpc","owner":"mattn","description":"xmlrpc interface for go","archived":false,"fork":false,"pushed_at":"2019-10-30T18:37:58.000Z","size":23,"stargazers_count":31,"open_issues_count":3,"forks_count":18,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T06:05:20.948Z","etag":null,"topics":["go","xmlrpc"],"latest_commit_sha":null,"homepage":"http://mattn.kaoriya.net/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattn.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}},"created_at":"2011-08-09T15:44:48.000Z","updated_at":"2024-08-23T14:13:15.000Z","dependencies_parsed_at":"2022-09-26T17:41:31.565Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-xmlrpc","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-xmlrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-xmlrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-xmlrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-xmlrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-xmlrpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445671,"owners_count":20939958,"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":["go","xmlrpc"],"created_at":"2024-08-02T15:00:43.417Z","updated_at":"2025-04-06T07:12:33.819Z","avatar_url":"https://github.com/mattn.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# go-xmlrpc\n\nxmlrpc interface for go\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"github.com/mattn/go-xmlrpc\"\n\t\"fmt\"\n\t\"log\"\n)\n\nfunc main() {\n\tres, e := xmlrpc.Call(\n\t\t\"http://your-blog.example.com/xmlrpc.php\",\n\t\t\"metaWeblog.getRecentPosts\",\n\t\t\"blog-id\",\n\t\t\"user-id\",\n\t\t\"password\",\n\t\t10)\n\tif e != nil {\n\t\tlog.Fatal(e)\n\t}\n\tfor _, p := range res.(xmlrpc.Array) {\n\t\tfor k, v := range p.(xmlrpc.Struct) {\n\t\t\tfmt.Printf(\"%s=%v\\n\", k, v)\n\t\t}\n\t\tfmt.Println()\n\t}\n}\n```\n\n## Installation\n\n```\n$ go get github.com/mattn/go-xmlrpc\n```\n\n## License\n\nMIT\n\n## Author\n\nYasuhiro Matsumoto (a.k.a. mattn)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Fgo-xmlrpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattn%2Fgo-xmlrpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Fgo-xmlrpc/lists"}