angular2-jsonapi
angular2-jsonapi copied to clipboard
Metadata enhancements
This is a followup to the previous discussions at #26, GH-64 and #155. This adds a findOne
method as an alternative to the findRecord
-method. The new method returns a JsonApiQueryResponse instead of a JsonApiModel to be able to access metadata when fetching a single record.
I tried to make the changes backwards compatible. Please check if this fits into the framework and if it does please merge :)