holidayextras / jsonapi-client

Easily consume a json:api service in Javascript.
MIT License
68 stars 19 forks source link

Get Meta data from Resource #46

Open danielebriggi opened 8 years ago

danielebriggi commented 8 years ago

Is there a way to get the meta data from the main resource?

Eg:

  "data": [
    {
      "type": "my-type",
      "id": "1",
      "attributes": {
         ...
      },
      "meta": {
          ....
      }
  ]

Thank you

theninj4 commented 8 years ago

Hmm interesting, good spot! Sorry, I don't think we covered this one (we're not using metadata yet). This is going on the to-do list :+1: