{"id":16832636,"url":"https://github.com/zswang/h5ajax","last_synced_at":"2025-03-18T02:19:23.026Z","repository":{"id":57260018,"uuid":"73555687","full_name":"zswang/h5ajax","owner":"zswang","description":"Ajax of Mobile","archived":false,"fork":false,"pushed_at":"2016-11-17T07:18:53.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T17:26:53.684Z","etag":null,"topics":["ajax","javascript","mobile"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/zswang.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":"2016-11-12T13:56:12.000Z","updated_at":"2017-04-05T02:15:37.000Z","dependencies_parsed_at":"2022-08-25T01:52:11.227Z","dependency_job_id":null,"html_url":"https://github.com/zswang/h5ajax","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/zswang%2Fh5ajax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fh5ajax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fh5ajax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fh5ajax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zswang","download_url":"https://codeload.github.com/zswang/h5ajax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244141479,"owners_count":20404837,"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":["ajax","javascript","mobile"],"created_at":"2024-10-13T11:49:50.675Z","updated_at":"2025-03-18T02:19:22.998Z","avatar_url":"https://github.com/zswang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"h5ajax Ajax of Moblie\n-----\n\n# [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coverage-image]][coverage-url]\n\nSmaller than smaller. \n\n无他，就是小\n\n## 使用方法\n\n### GET\n\n```js\nh5ajax.get('http://localhost/user/info', function(err, json) {\n  console.log(JSON.stringify(json));\n  // \u003e {\"status\":200,\"data\":{\"user_id\":30001,\"name\":\"zswang\"}}\n  // * done\n});\n```\n\n### POST\n\n```js\nh5ajax.post('http://localhost/user/info', { \"code\": \"2016\" }, function(err, json) {\n  console.log(JSON.stringify(json));\n  // \u003e {\"status\":200,\"data\":{\"user_id\":30001,\"name\":\"zswang\",\"code\":\"2016\"}}\n  // * done\n});\n```\n\n## License\n\nMIT © [zswang](http://weibo.com/zswang)\n\n[npm-url]: https://npmjs.org/package/h5ajax\n[npm-image]: https://badge.fury.io/js/h5ajax.svg\n[travis-url]: https://travis-ci.org/zswang/h5ajax\n[travis-image]: https://travis-ci.org/zswang/h5ajax.svg?branch=master\n[coverage-url]: https://coveralls.io/github/zswang/h5ajax?branch=master\n[coverage-image]: https://coveralls.io/repos/zswang/h5ajax/badge.svg?branch=master\u0026service=github\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzswang%2Fh5ajax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzswang%2Fh5ajax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzswang%2Fh5ajax/lists"}