{"id":17399045,"url":"https://github.com/cdata/chainquery","last_synced_at":"2025-07-29T03:04:20.842Z","repository":{"id":137294436,"uuid":"1597289","full_name":"cdata/chainquery","owner":"cdata","description":"ChainQueries are persistant ajax request generators with a chain-able syntax.","archived":false,"fork":false,"pushed_at":"2011-06-03T06:06:30.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-27T22:17:03.891Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-04-11T03:31:38.000Z","updated_at":"2014-05-11T07:33:23.000Z","dependencies_parsed_at":"2023-06-26T01:50:12.017Z","dependency_job_id":null,"html_url":"https://github.com/cdata/chainquery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cdata/chainquery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdata%2Fchainquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdata%2Fchainquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdata%2Fchainquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdata%2Fchainquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdata","download_url":"https://codeload.github.com/cdata/chainquery/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdata%2Fchainquery/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267621579,"owners_count":24116900,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-16T15:04:07.366Z","updated_at":"2025-07-29T03:04:20.802Z","avatar_url":"https://github.com/cdata.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChainQuery\n\nChainQuery is a very basic library intended to make jQuery AJAX requests less of an ugly chore. If you are writing an HTML frontend for a web app, this means that you are making a lot of very similar AJAX requests all over the place. ChainQuery allows you to cut down on the cruft associated with this.\n\n## Examples\n\n### Basic AJAX Request\n\n    $.query('/path/to/service/endpoint').execute();\n\n### Reuse and Recycle\n\n    var getFoo = $.query('/path/to/service/endpoint').options({success: function() { /* parse service data */ }});\n    var getBar = getFoo.clone().data({query: \"bar\"});\n\n    getFoo.execute();\n    getBar.execute();\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdata%2Fchainquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdata%2Fchainquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdata%2Fchainquery/lists"}