V
V
Vlad Timofeev2015-07-13 22:21:54
API
Vlad Timofeev, 2015-07-13 22:21:54

Should I write a REST API manually?

Good day.
How do you write a REST API? Is it all manual, or do you use different tools for this?
For example, Node.js has Loopback.io, with it in a couple of commands you can create a REST API, with user authorization and other goodies.
Ps We are not talking about experience, please give an answer based purely on efficiency and further problems / benefits.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2015-07-13
@PyTiMa

Everything that is more complicated than CRUD (now or in the future) should be written by hand, unless controllers can be generated (for example, according to the API documentation if it is in some common format, such as api blueprint, RAML, etc.).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question