Friday 21 December 2018

question about an API paradigm

I am building an API server.Most request will include data from a few different tables, and have some logic performed before sending the resulting JSON to the client. It seems that this does not really fit a REST interface. I have looked at graphQL and it does seem to better fit what I am doing, however, I was just wondering if some other standard might fit better.in my previous API server, I just made a bunch of functions that responded to certain urls. But there was no real standard to it..​any tips would be great, thanks !​

Submitted December 21, 2018 at 04:46PM by s-keL

No comments:

Post a Comment