dingo icon indicating copy to clipboard operation
dingo copied to clipboard

JSON API (application/vnd.api+json)

Open ryan0x44 opened this issue 9 years ago • 1 comments

This is a really cool project! :+1:

Have you considered following the JSON API spec for the REST API generation? It's a popular specification used by projects such as Ember.js's ember-data library. A full list of JSON API spec implementations is available here. My personal favourite Go server implementation is api2go.

ryan0x44 avatar Mar 25 '16 03:03 ryan0x44

Hi Ryan,

thank you for your appreciation and thanks for your tips! I will study the specifications that you have given me to make the methods most REST compliant.

Regards, Massimo

2016-03-25 4:14 GMT+01:00 Ryan D [email protected]:

This is a really cool project! [image: :+1:]

Have you considered following the JSON API spec http://jsonapi.org/ for the REST API generation? It's a popular specification used by projects such as Ember.js's ember-data https://github.com/emberjs/data library. A full list of JSON API spec implementations is available here http://jsonapi.org/implementations/. My personal favourite Go server implementation is api2go https://github.com/manyminds/api2go.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/maxzerbini/dingo/issues/1

maxzerbini avatar Mar 25 '16 08:03 maxzerbini