jsonapi-converter icon indicating copy to clipboard operation
jsonapi-converter copied to clipboard

WIP addressing issue #33

Open emetsger opened this issue 8 years ago • 0 comments

Work so far addressing issue #33. Do you have any feedback on the approach? I plan to write some more javadocs and tests.

Adds:

  • ResourceList: which models a collection of resource objects and exposes top-level links and meta objects
  • Link: which models a JSON API link object, including any meta information
  • Methods in ResourceConverter to map JSON API links and meta objects

emetsger avatar May 13 '16 17:05 emetsger