{"id":23777306,"url":"https://github.com/rajnandigalla/elixor","last_synced_at":"2025-07-05T04:40:43.254Z","repository":{"id":34316031,"uuid":"160339029","full_name":"RajNandigalla/Elixor","owner":"RajNandigalla","description":"Observable ( Reactive / Rxjs ) based HTTP client for the browser , reactJs , react native and node.js","archived":false,"fork":false,"pushed_at":"2023-01-08T00:39:02.000Z","size":2572,"stargazers_count":7,"open_issues_count":18,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T13:51:42.533Z","etag":null,"topics":["http","nodejs","react-native","reactjs","rxjs","typescript"],"latest_commit_sha":null,"homepage":"https://elixor.js.org/","language":"TypeScript","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/RajNandigalla.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":"2018-12-04T10:20:04.000Z","updated_at":"2021-06-11T04:54:29.000Z","dependencies_parsed_at":"2023-01-15T06:30:43.370Z","dependency_job_id":null,"html_url":"https://github.com/RajNandigalla/Elixor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RajNandigalla/Elixor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajNandigalla%2FElixor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajNandigalla%2FElixor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajNandigalla%2FElixor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajNandigalla%2FElixor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RajNandigalla","download_url":"https://codeload.github.com/RajNandigalla/Elixor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajNandigalla%2FElixor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263685679,"owners_count":23495906,"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":["http","nodejs","react-native","reactjs","rxjs","typescript"],"created_at":"2025-01-01T08:24:16.688Z","updated_at":"2025-07-05T04:40:43.235Z","avatar_url":"https://github.com/RajNandigalla.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elixor\n\n### Documentation can be found at https://elixor.js.org/\n\nObservable based HTTP client for the React,Browser and Node.JS\n\n-  Make [XMLHttpRequests](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) from the browser\n-   Make [http](http://nodejs.org/api/http.html) requests from React , Node.JS\n-   Intercept request and response using interceptors.\n-   Transform request and response data\n-   Cancel requests\n-   Automatic transforms for JSON data\n-   Client side support for protecting against [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery)\n\n## Set up\n\nUsing npm:\n```bash\n$ npm install elixor\n```\nUsing bower:\n```bash\n$ bower install elixor\n```\n\n## Example\n\nPerforming a GET Request\n```bash\n    \nimport { elixor } from 'elixor';\n\n elixor.get('https://jsonplaceholder.typicode.com/todos/1')\n            .subscribe(r =\u003e console.log(r));\n     \n```\n\nPerforming a POST Request\n\n```bash\n\nimport { elixor } from 'elixor';\n\n const opt = {\n     name:'Hello World'\n };\n\n elixor.post('https://jsonplaceholder.typicode.com/posts',opt)\n            .subscribe(r =\u003e console.log(r));\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajnandigalla%2Felixor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajnandigalla%2Felixor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajnandigalla%2Felixor/lists"}