{"id":15522473,"url":"https://github.com/nullvoxpopuli/ember-resources","last_synced_at":"2025-04-08T10:28:50.130Z","repository":{"id":37011615,"uuid":"374184169","full_name":"NullVoxPopuli/ember-resources","owner":"NullVoxPopuli","description":"An implementation of Resources. Supports ember 3.28+","archived":false,"fork":false,"pushed_at":"2025-03-30T22:50:49.000Z","size":9648,"stargazers_count":94,"open_issues_count":41,"forks_count":37,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T09:23:32.708Z","etag":null,"topics":["ember","ember-addon","ember-resources","hacktoberfest","resources"],"latest_commit_sha":null,"homepage":"https://github.com/NullVoxPopuli/ember-resources/blob/main/docs/docs/README.md","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/NullVoxPopuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2021-06-05T18:18:50.000Z","updated_at":"2025-03-09T21:41:06.000Z","dependencies_parsed_at":"2023-10-14T22:10:47.928Z","dependency_job_id":"a224b782-1cf0-46b4-ad1b-cc926918066a","html_url":"https://github.com/NullVoxPopuli/ember-resources","commit_stats":{"total_commits":1512,"total_committers":31,"mean_commits":"48.774193548387096","dds":0.7486772486772486,"last_synced_commit":"300b98d404cac5e3ab801cdfb884db7044316289"},"previous_names":[],"tags_count":96,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fember-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fember-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fember-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fember-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NullVoxPopuli","download_url":"https://codeload.github.com/NullVoxPopuli/ember-resources/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247823029,"owners_count":21001993,"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":["ember","ember-addon","ember-resources","hacktoberfest","resources"],"created_at":"2024-10-02T10:41:16.755Z","updated_at":"2025-04-08T10:28:50.101Z","avatar_url":"https://github.com/NullVoxPopuli.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-resources\n\n_An_ implementation of the _Resource_ pattern in Ember.JS.\n\n[![npm version](https://badge.fury.io/js/ember-resources.svg)](https://badge.fury.io/js/ember-resources)\n[![CI](https://github.com/NullVoxPopuli/ember-resources/actions/workflows/ci.yml/badge.svg?branch=main\u0026event=push)](https://github.com/NullVoxPopuli/ember-resources/actions/workflows/ci.yml)\n[![typescript@next](https://github.com/NullVoxPopuli/ember-resources/actions/workflows/weekly-typescript.yml/badge.svg?branch=main)](https://github.com/NullVoxPopuli/ember-resources/actions/workflows/weekly-typescript.yml)\n\n\n## Compatibility\n\n* [ember-source][gh-ember-source] v3.28+\n* [typescript][gh-typescript] v4.8+\n* [ember-auto-import][gh-ember-auto-import] v2+\n* [Glint][gh-glint] v1.0.0-beta.3+\n\n[gh-glint]: https://github.com/typed-ember/glint/\n[gh-ember-auto-import]: https://github.com/ef4/ember-auto-import\n[gh-ember-source]: https://github.com/emberjs/ember.js/\n[gh-typescript]: https://github.com/Microsoft/TypeScript/releases\n\nFor `ember-resources@v6.x`, see [the v6 branch](https://github.com/NullVoxPopuli/ember-resources/tree/v6)\n\n## Installation\n\n```bash\nnpm install ember-resources\n# or\nyarn add ember-resources\n# or\nember install ember-resources\n```\n\nOr if you want to use `main` (unstable) from git, you can use this in your package.json:\n\n```\n\"ember-resources\": \"github:NullVoxPopuli/ember-resources#dist\"\n```\nWhich comes from [this branch][self-dist] from [this automation][self-dist-ci]\n\n[self-dist]: https://github.com/NullVoxPopuli/ember-resources/tree/dist\n[self-dist-ci]: https://github.com/NullVoxPopuli/ember-resources/blob/main/.github/workflows/push-dist.yml\n\n## Documentation\n\n- [Intro](https://github.com/NullVoxPopuli/ember-resources/blob/main/docs/docs/README.md)\n- [Resource Authoring](https://github.com/NullVoxPopuli/ember-resources/blob/main/docs/docs/resources.md)\n- [Usage in Ember](https://github.com/NullVoxPopuli/ember-resources/blob/main/docs/docs/ember.md)\n- [Concepts (Starbeam)](https://www.starbeamjs.com/guides/principle.html)\n- [Interactive Tutorial](https://tutorial.glimdown.com/2-reactivity/5-resources)\n    - [util: RemoteData](https://tutorial.glimdown.com/11-requesting-data/1-using-remote-data)\n    - [util: keepLatest](https://tutorial.glimdown.com/12-loading-patterns/1-keeping-latest)\n- [API Reference](https://ember-resources.nullvoxpopuli.com/)\n\n\n## Contributing\n\nSee the [Contributing](CONTRIBUTING.md) guide for details.\n\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.md).\n\n\n## Thanks\n\n\nThis library wouldn't be possible without the work of:\n - [@pzuraq](https://github.com/pzuraq)\n - [@josemarluedke](https://github.com/josemarluedke)\n - [@wycats](https://github.com/wycats)\n\n\n - [Starbeam's Resource docs](https://www.starbeamjs.com/guides/fundamentals/resources.html)\n - [More information on Resources](https://www.pzuraq.com/introducing-use/)\n - [Inspiration, ember-could-get-used-to-this](https://github.com/pzuraq/ember-could-get-used-to-this)\n\n\nSo much appreciate for the work both you have put in to Resources \u003c3\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullvoxpopuli%2Fember-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullvoxpopuli%2Fember-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullvoxpopuli%2Fember-resources/lists"}