{"id":18284188,"url":"https://github.com/blimpllc/ember-parse","last_synced_at":"2025-04-05T07:31:19.328Z","repository":{"id":31076870,"uuid":"34635826","full_name":"blimpllc/ember-parse","owner":"blimpllc","description":"DEPRECATED","archived":false,"fork":false,"pushed_at":"2016-12-12T16:39:05.000Z","size":766,"stargazers_count":13,"open_issues_count":4,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T12:52:13.959Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://getblimp.github.io/ember-parse/","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/blimpllc.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-04-26T23:17:13.000Z","updated_at":"2023-08-18T07:34:55.000Z","dependencies_parsed_at":"2022-09-09T03:31:27.001Z","dependency_job_id":null,"html_url":"https://github.com/blimpllc/ember-parse","commit_stats":null,"previous_names":["getblimp/ember-parse","blimpllc/ember-parse"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blimpllc%2Fember-parse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blimpllc%2Fember-parse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blimpllc%2Fember-parse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blimpllc%2Fember-parse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blimpllc","download_url":"https://codeload.github.com/blimpllc/ember-parse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305424,"owners_count":20917197,"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-11-05T13:12:35.887Z","updated_at":"2025-04-05T07:31:14.321Z","avatar_url":"https://github.com/blimpllc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEPRECATED: Work on this has moved to [ember-parse-adapter](https://github.com/clintjhill/ember-parse-adapter/).\n\n# Parse for Ember.js\n\nThis addon has all you need to use [Parse](https://parse.com/) in your Ember.js application. It includes an adapter and serializer to integrate with ember-data and a session service to provide authentication.\n\n## WORK-IN-PROGRESS\nThis is still a work in progress.\n\n#### Tests\n- [ ] Test session service is injected in routes\n- [ ] Test session service is injected in controllers\n- [ ] Test session service is injected in components\n- [ ] Test session service can register new user\n- [ ] Test session service can login user\n- [ ] Test session service can request password reset for user\n- [ ] Test session service sets sessionToken in adapter\n- [ ] Test get single record\n- [ ] Test get many records\n- [ ] Test create record\n- [ ] Test update record\n- [ ] Test delete record\n- [ ] Test get belongs-to relation\n- [ ] Test create belongs-to relation\n- [ ] Test update belongs-to relation\n- [ ] Test delete belongs-to relation\n- [ ] Test get many-to-many relation\n- [ ] Test create many-to-many relation\n- [ ] Test update many-to-many relation\n- [ ] Test delete many-to-many relation\n\n#### Features\n- [ ] ApplicationRouteMixin\n- [X] AuthenticatedRouteMixin\n- [X] Blueprint to generate application files\n\n## Getting Started\nSince this is still a work in progress, we don't have any documentation. In the meantime you can take a look at the [dummy app](https://github.com/GetBlimp/ember-parse/tree/master/tests/dummy) to get an idea of how the addon works.\n\n## Installation\n\n* `ember install:addon ember-parse`\n* `ember generate ember-parse-core` :point_left: To add the adapter and serializer\n* `ember generate ember-parse-session` :point_left: To add the session service and user model\n\n#### config/environment.js\n\n```js\nENV['ember-parse'] = {\n  PARSE_APPLICATION_ID: '\u003cyour app id goes here\u003e',\n  PARSE_JAVASCRIPT_KEY: '\u003cyour key goes here\u003e',\n  session: {\n    authenticationRoute: 'index', // Route where your login form is located\n    ifAlreadyAuthenticatedRoute: 'dashboard' // Route to redirect logged in users\n  }\n};\n```\n\n## Compatibility\n\n* ember-data \u003e= \"1.0.0-beta.19.1\"\n\n## Development\n\n* `git clone` this repository\n* `npm install`\n* `bower install`\n\n## Running\n\n* `ember server`\n* Visit your app at http://localhost:4200.\n\n## Running Tests\n\n* `ember test`\n* `ember test --server`\n\n## Building\n\n* `ember build`\n\nFor more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).\n\n## Credits\nThis addon builds upon the work of [clintjhill](https://github.com/clintjhill) on [ember-parse-adapter](https://github.com/clintjhill/ember-parse-adapter). Thanks!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblimpllc%2Fember-parse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblimpllc%2Fember-parse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblimpllc%2Fember-parse/lists"}