{"id":15439751,"url":"https://github.com/bcherny/ngimport-ngresource","last_synced_at":"2026-04-18T15:33:01.636Z","repository":{"id":66101200,"uuid":"119336559","full_name":"bcherny/ngimport-ngresource","owner":"bcherny","description":"ngResource support for ngimport","archived":false,"fork":false,"pushed_at":"2018-01-29T05:35:47.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-20T11:17:37.579Z","etag":null,"topics":["angular","javascript","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/bcherny.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-29T05:33:47.000Z","updated_at":"2018-01-29T05:37:43.000Z","dependencies_parsed_at":"2023-07-07T19:01:07.128Z","dependency_job_id":null,"html_url":"https://github.com/bcherny/ngimport-ngresource","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"32975cd32afe61cd64dfeee75504069ea55a8bf1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcherny%2Fngimport-ngresource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcherny%2Fngimport-ngresource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcherny%2Fngimport-ngresource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcherny%2Fngimport-ngresource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcherny","download_url":"https://codeload.github.com/bcherny/ngimport-ngresource/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245984561,"owners_count":20704794,"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":["angular","javascript","typescript"],"created_at":"2024-10-01T19:09:15.571Z","updated_at":"2026-04-18T15:33:01.604Z","avatar_url":"https://github.com/bcherny.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngimport-ngresource [![Build Status][build]](https://circleci.com/gh/bcherny/ngimport-ngresource) [![npm]](https://www.npmjs.com/package/ngimport-ngresource) [![mit]](https://opensource.org/licenses/MIT)\n\n[build]: https://img.shields.io/circleci/project/bcherny/ngimport-ngresource.svg?branch=master\u0026style=flat-square\n[npm]: https://img.shields.io/npm/v/ngimport-ngresource.svg?style=flat-square\n[mit]: https://img.shields.io/npm/l/ngimport-ngresource.svg?style=flat-square\n\n\u003e ngResource support for [ngimport](https://github.com/bcherny/ngimport)\n\n## Install\n\n```sh\n# Using Yarn:\nyarn add ngimport-ngresource angular angular-resource\n\n# Or, using NPM:\nnpm install ngimport-ngresource angular angular-resource --save\n```\n\n## Example\n\n```js\nimport { $resource } from 'ngimport-ngresource'\n\nlet User = $resource('/user/:userId', { userId: '@id' })\nlet user = User.get({ userId: 123 }, () =\u003e {\n  user.abc = true\n  user.$save()\n})\n```\n\n## License\n\nMIT\n\n## Running the tests\n\n`npm test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcherny%2Fngimport-ngresource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcherny%2Fngimport-ngresource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcherny%2Fngimport-ngresource/lists"}