{"id":18074137,"url":"https://github.com/bytespider/oauthrequest","last_synced_at":"2025-04-05T18:41:53.061Z","repository":{"id":3898405,"uuid":"4986414","full_name":"bytespider/OAuthRequest","owner":"bytespider","description":"OAuth Request signing module","archived":false,"fork":false,"pushed_at":"2013-02-14T10:42:14.000Z","size":117,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T06:12:22.472Z","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/bytespider.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-11T08:32:39.000Z","updated_at":"2013-11-20T10:20:06.000Z","dependencies_parsed_at":"2022-07-31T14:49:03.110Z","dependency_job_id":null,"html_url":"https://github.com/bytespider/OAuthRequest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytespider%2FOAuthRequest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytespider%2FOAuthRequest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytespider%2FOAuthRequest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytespider%2FOAuthRequest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytespider","download_url":"https://codeload.github.com/bytespider/OAuthRequest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247385456,"owners_count":20930594,"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-10-31T10:11:22.802Z","updated_at":"2025-04-05T18:41:52.997Z","avatar_url":"https://github.com/bytespider.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OAuthRequest\n\n[![Build Status](https://secure.travis-ci.org/bytespider/OAuthRequest.png?branch=master)](http://travis-ci.org/bytespider/OAuthRequest)  \n[![endorse](http://api.coderwall.com/bytespider/endorsecount.png)](http://coderwall.com/bytespider)\n\nOAuthRequest is a W3C compatable XMLHttpRequest object for signing OAuth requests. Designed for use with jsOAuth 2.\n\n## Getting Started\nInstall the module with: `npm install OAuthRequest`\n\n```javascript\nvar OAuthRequest = require('OAuthRequest');\nvar xhr = new OAuthRequest();\n\nxhr.open(\"GET\", \"http://www.google.co.uk\", true);\n\nxhr.addEventListener(\"readystatechange\", function (event) {\n    if (this.readyState === this.DONE \u0026\u0026 this.status \u003e= 200) {\n        doStuff(this.responseText);\n    }\n});\n\nxhr.send(null);\n```\n\n## Documentation\n_(Coming soon)_\n\n## Examples\n_(Coming soon)_\n\n## Contributing\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt](https://github.com/cowboy/grunt).\n\n## Release History\n_(Nothing yet)_\n\n## License\nCopyright (c) 2012 Rob Griffiths  \nLicensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytespider%2Foauthrequest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytespider%2Foauthrequest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytespider%2Foauthrequest/lists"}