{"id":15994260,"url":"https://github.com/pixelhandler/ember-jsonapi-resources","last_synced_at":"2025-05-07T07:35:55.795Z","repository":{"id":32997190,"uuid":"36627295","full_name":"pixelhandler/ember-jsonapi-resources","owner":"pixelhandler","description":"Lightweight persistence for an Ember CLI app following the JSON API 1.0 spec","archived":false,"fork":false,"pushed_at":"2017-11-25T19:44:27.000Z","size":1182,"stargazers_count":124,"open_issues_count":8,"forks_count":19,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-17T18:00:52.154Z","etag":null,"topics":["data-persistence","ember-addon","json-api"],"latest_commit_sha":null,"homepage":"https://pixelhandler.github.io/ember-jsonapi-resources/","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/pixelhandler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-31T23:43:54.000Z","updated_at":"2024-09-02T16:19:25.000Z","dependencies_parsed_at":"2022-08-30T02:40:34.371Z","dependency_job_id":null,"html_url":"https://github.com/pixelhandler/ember-jsonapi-resources","commit_stats":null,"previous_names":[],"tags_count":83,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelhandler%2Fember-jsonapi-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelhandler%2Fember-jsonapi-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelhandler%2Fember-jsonapi-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelhandler%2Fember-jsonapi-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixelhandler","download_url":"https://codeload.github.com/pixelhandler/ember-jsonapi-resources/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252834367,"owners_count":21811361,"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":["data-persistence","ember-addon","json-api"],"created_at":"2024-10-08T07:07:58.232Z","updated_at":"2025-05-07T07:35:55.773Z","avatar_url":"https://github.com/pixelhandler.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ember JSON API Resources\n\nA stand-alone data persistence solution as an addon for [Ember.js] applications\nbuilt using [Ember CLI]. It follows the [JSON API] 1.0 specification (your\nanti-bikeshedding weapon for API development).\n\nA thin data layer, a 1:1 solution using the JSON API spec, which does not\nattempt to solve \"all the things\".\n\nBy considering this equation **e = mc\u003csup\u003e2\u003c/sup\u003e**\n\n\u003e “Errors = (More Code)\u003csup\u003e2\u003c/sup\u003e”\n\n…The \"EJR\" addon is a lightweight library that simply focuses on one solid\nspecification, and follows common patterns for data persistence in Ember apps.\n\n* [ember-jsonapi-resources] website\n* [The Guide](https://pixelhandler.gitbooks.io/ember-jsonapi-resources-guide/content/)\n* [API Docs][generated docs]\n* [Example App]\n* [Cookbooks / Wiki][Wiki Guide]\n\n[![Build Status](https://travis-ci.org/pixelhandler/ember-jsonapi-resources.svg?branch=master)](https://travis-ci.org/pixelhandler/ember-jsonapi-resources)\n[![Ember Observer Score](http://emberobserver.com/badges/ember-jsonapi-resources.svg)](http://emberobserver.com/addons/ember-jsonapi-resources)\n[![npm](https://img.shields.io/npm/dm/ember-jsonapi-resources.svg)](https://www.npmjs.com/package/ember-jsonapi-resources)\n[![npm](https://img.shields.io/npm/v/ember-jsonapi-resources.svg)](https://www.npmjs.com/package/ember-jsonapi-resources)\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/pixelhandler/ember-jsonapi-resources?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\n\n## Contributing / Development\n\nClone the repo, install the dependencies:\n\n* `git clone` this repository\n* `npm install`\n* `bower install`\n\n### Running\n\nTo run the app in /tests/dummy use a proxy url for a live API\n\n* `ember server`, an http-proxy is setup to use (dev) localhost:3000 or (prod) api.pixelhandler.com\n* Visit \u003chttp://localhost:4200\u003e.\n\n### Running Tests\n\n* `ember test`\n* `ember test --server`\n* `ember test --server -m 'Unit | Mixin | service cache'`\n* `ember test --server --filter 'cacheUpdate'`\n* `npm run nodetest` tests for blueprint, e.g. `jsonapi-resource`\n\nA good way to get to know more about how this addon works is to review the tests,\nsee source code for the unit tests: [tests/unit](tests/unit).\n\n### Building\n\n* `ember build`\n\nFor more information on using ember-cli, visit [https://www.ember-cli.com/][Ember CLI]\n\n## Documentation\n\nOnline documentation, build from source: [generated docs]\n\nDocs are generated from source using [yuidoc].\n\nTo view the docs during development:\n\n* `yuidoc ./addon/* -c yuidoc.json --server 3333` (you can append a port number e.g. `--server 8888`, the default port is 3000)\n\nTo generate docs for the gh-pages branch:\n\n* `yuidoc ./addon/* -c yuidoc.json`\n\n[Ember CLI]: https://www.ember-cli.com/\n[Ember.js]: http://emberjs.com\n[ember-jsonapi-resources]: https://pixelhandler.github.io/ember-jsonapi-resources/\n[Example App]: https://github.com/pixelhandler/jr-test\n[generated docs]: http://pixelhandler.github.io/ember-jsonapi-resources/docs\n[JSON API]: http://jsonapi.org\n[Wiki Guide]: https://github.com/pixelhandler/ember-jsonapi-resources/wiki\n[yuidoc]: https://github.com/yui/yuidoc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelhandler%2Fember-jsonapi-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelhandler%2Fember-jsonapi-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelhandler%2Fember-jsonapi-resources/lists"}