SuperEvilMegacorp / vainglory-assets

Community provided art, schemas, and other assets that make using the Vainglory API easier
https://developer.vainglorygame.com
MIT License
54 stars 40 forks source link

Bug: Status Response not in JSONAPI format #7

Closed svperfecta closed 7 years ago

svperfecta commented 7 years ago

If this is an bug report, not a question, make sure to check:

The Status response isn't in JSONAPI format. The attributes should either be nested under data?

svperfecta commented 7 years ago

I submitted a pull request for this. Proposed format is:

{  
   "data":{  
      "type":"status",
      "id":"gamelocker",
      "attributes":{  
         "releasedAt":"2017-01-14T04:08:17Z",
         "version":"v1.2.3"
      }
   }
}