ethanresnick / json-api

Turn your node app into a JSON API server (http://jsonapi.org/)
GNU Lesser General Public License v3.0
268 stars 41 forks source link

Restify integration #42

Open calebmer opened 9 years ago

calebmer commented 9 years ago

The Restify framework shares syntax with Express with a few minor variations. Is Restify currently supported, and if not what would be required to ensure integration?

ethanresnick commented 9 years ago

Everything I said here about integrating with Koa should apply to restify too. Bottom line: it should be incredibly simple, and there are some instructions in that other issue, but I don't have time to tackle it personally right now. A PR would be welcome, though.

NullVoxPopuli commented 8 years ago

@calebmer did you manage to get this working?

calebmer commented 8 years ago

No, this was a blocker to me using this library/framework.

NullVoxPopuli commented 8 years ago

:-(

NullVoxPopuli commented 8 years ago

did you find another json api library?

calebmer commented 8 years ago

Nah, I’m using GraphQL now and I’m so happy I made that decision :blush: