Z
Z
ZakkMalin2019-07-02 18:13:51
API
ZakkMalin, 2019-07-02 18:13:51

Is there an approach to programming called Api First?

Is there already an approach to programming where the whole architecture is built around a pre-compiled API?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
kafkiansky, 2019-07-02
@mad_maximus

Here you don’t even need to invent anything, because half of the applications are created.

Z
Zanak, 2019-10-08
@Zanak

This is possible when it comes to services. You write a spec for swagger, use their tool to generate a service blank, finish the implementation manually (I don’t remember if the generator fills the handlers with code or leaves them empty). True, this only works when creating a service from scratch, you still have to maintain the existing code with your hands :)
For applications, the data you work with is most likely primary than the methods of using them. Therefore, for applications, it is better not to use such an approach to development, as it seems to me.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question