{"id":15293389,"url":"https://github.com/robeio/robe-ajax","last_synced_at":"2025-04-13T14:07:04.185Z","repository":{"id":65479877,"uuid":"65187177","full_name":"robeio/robe-ajax","owner":"robeio","description":"Ajax library exported from jquery","archived":false,"fork":false,"pushed_at":"2016-12-24T00:33:26.000Z","size":53,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T06:01:48.303Z","etag":null,"topics":[],"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/robeio.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-08-08T08:33:13.000Z","updated_at":"2019-09-20T01:26:25.000Z","dependencies_parsed_at":"2023-01-25T08:35:11.667Z","dependency_job_id":null,"html_url":"https://github.com/robeio/robe-ajax","commit_stats":null,"previous_names":["robeio/robe-jajax"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robeio%2Frobe-ajax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robeio%2Frobe-ajax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robeio%2Frobe-ajax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robeio%2Frobe-ajax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robeio","download_url":"https://codeload.github.com/robeio/robe-ajax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501861,"owners_count":21114683,"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":[],"created_at":"2024-09-30T16:47:55.276Z","updated_at":"2025-04-13T14:07:04.164Z","avatar_url":"https://github.com/robeio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## robe-ajax\n\n### Motivation\n \n Ajax library exported from jquery\n\n \n#### installitation\n\n```ssh\nnpm install robe-ajax\n```\n\n#### usage \n\nJavascript : \n\n```javascript\n\nvar jajax = require(\"robe-ajax\");\n\n// call jajax.ajax like $.ajax\n\njajax.ajax(\n  url: \"script.php\",\n  method: \"POST\",\n  data: { id : menuId },\n  dataType: \"html\"\n);\n\n```\n\n\nES6 : \n\n```javascript\n\nimport jajax from \"robe-ajax\";\n\n// call jajax.ajax like $.ajax\n\njajax.ajax(\n  url: \"script.php\",\n  method: \"POST\",\n  data: { id : menuId },\n  dataType: \"html\"\n);\n\n```\n\n\nMore information : http://api.jquery.com/jquery.ajax/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobeio%2Frobe-ajax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobeio%2Frobe-ajax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobeio%2Frobe-ajax/lists"}