Jason Dobry

Results 170 comments of Jason Dobry

After 3 years of taking support requests on this project and seeing how hundreds of developers structure their APIs, I promise you, there is no standard or even a quasi...

Have you looked at https://github.com/BlairAllegroTech/js-data-jsonapi?

This is great. Next month I'm going on leave for 2 months, during which time I plan to finish up these tasks and release v3.

Finished [Tutorial: Relations](http://www.js-data.io/v3.0/docs/relations), anyone care to review?

Finished [Tutorial: Working with the DataStore](http://www.js-data.io/v3.0/docs/working-with-the-datastore), anyone care to review?

`parent: true` is specific to the http adapter, documentation for that should probably go here: http://www.js-data.io/v3.0/docs/js-data-http

Finished http://www.js-data.io/v3.0/docs/glossary, http://www.js-data.io/v3.0/docs/events, and http://www.js-data.io/v3.0/docs/tracking-changes. Thanks for your help @crobinson42

Anyone want to review and suggest changes to the v3 migration guide before I proceed with publishing v3 stable? http://www.js-data.io/v3.0/docs/migrating-to-v3

Found a gem. Let's say `parent` hasMany `child` and `child` belongsTo `parent`. Let's also say that in memory, `parent.children` is a link and `child.parent` is a link. I'm thinking this...

So you want it to make multiple requests? Yeah, that would require more implementation in JSData.