{"id":15984859,"url":"https://github.com/gggeek/jsxmlrpc","last_synced_at":"2025-03-18T00:31:34.527Z","repository":{"id":11909549,"uuid":"14474162","full_name":"gggeek/jsxmlrpc","owner":"gggeek","description":"A javascript library for building xmlrpc and jsonrpc clients","archived":false,"fork":false,"pushed_at":"2022-12-20T13:06:58.000Z","size":1447,"stargazers_count":6,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-16T16:11:30.957Z","etag":null,"topics":["javascript","xmlrpc"],"latest_commit_sha":null,"homepage":"http://gggeek.github.io/jsxmlrpc/","language":"JavaScript","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/gggeek.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":"2013-11-17T20:27:35.000Z","updated_at":"2024-01-12T18:03:52.000Z","dependencies_parsed_at":"2023-01-13T16:43:03.666Z","dependency_job_id":null,"html_url":"https://github.com/gggeek/jsxmlrpc","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gggeek%2Fjsxmlrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gggeek%2Fjsxmlrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gggeek%2Fjsxmlrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gggeek%2Fjsxmlrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gggeek","download_url":"https://codeload.github.com/gggeek/jsxmlrpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244134162,"owners_count":20403571,"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":["javascript","xmlrpc"],"created_at":"2024-10-08T02:10:50.453Z","updated_at":"2025-03-18T00:31:34.184Z","avatar_url":"https://github.com/gggeek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"JS-XMLRPC\n=========\n\nDESCRIPTION\n-----------\n\nA javascript library for building xmlrpc and jsonrpc clients.\n\nREQUIREMENTS\n------------\n\n* Any browser with support for ECMAScript 6 including XMLHttpRequest and DOMParser (*) or\n* NodeJS version v12.20.0 or v14.13.0 or later\n\n(*) = according to caniuse.com, that includes at least: Chrome 61, Edge 16, Firefox 60, Opera 48, Safari 11, Chrome\n    Android 108, Firefox for Android 107, Opera Mobile 72, Safari on iOS 11, Samsung Internet 8.2\n\nINSTALLATION\n------------\n\n### Browsers\n\ninclude the following in the web page, within a `\u003cscript type=\"module\u003e` section:\n\n    import {xmlrpc_client, xmlrpcmsg, xmlrpcval} from 'https://cdn.jsdelivr.net/npm/@jsxmlrpc/jsxmlrpc@0.6/lib/index.js';\n\n### NodeJS\n\nRun\n\n    npm install @jsxmlrpc/jsxmlrpc\n\nThen, in your code, add:\n\n    import {xmlrpc_client, xmlrpcmsg, xmlrpcval} from '@jsxmlrpc/jsxmlrpc';\n\nUSAGE / API DOCUMENTATION\n-------------------------\n\nHTML documentation can be found in the doc/ directory. The manual ([xmlrpc_js.xml](doc/xmlrpc_js.xml)) is \"xml file\nwith stylesheets\" format: it can be viewed perfectly with a web browser.\n\nA couple of sample files can be found in the demo/ directory.\n\nDEBUGGER USAGE\n--------------\n\nStart a webserver for static assets which has its document root at the root of this package, eg:\n\n    npx http-server\n\nor\n\n    php -S localhost:8081\n\nThen point your browser at `/debugger/debugger.html`, eg:\n\n    http://localhost:8081/debugger/debugger.html\n\n__NB__ since the debugger runs in the browser, it is not allowed by default to make http requests to 3rd party servers\n(servers on a different domain than the debugger). In order for 3rd party servers to accept requests coming from the\ndebugger, they have to be set up to accept CORS pre-flight requests.\n\nCOPYRIGHT\n---------\n\nUse of this software is subject to the terms in [LICENSE](LICENSE).\n\nAUTHORS\n-------\n\nGaetano Giunta\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgggeek%2Fjsxmlrpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgggeek%2Fjsxmlrpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgggeek%2Fjsxmlrpc/lists"}