Architecture Notes

March 19, 2019 ยท View on GitHub

Architecture Notes

Generating the API

Since we have a OpenAPI file, we are generating the API to avoid boilerplate code.

A small article (in french) about why and how to do that: http://insertafter.com/fr/blog/generation_api_cliente.html

See in context