You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Intro

After adding modularity to the backend template we can divide spec(spec.xml) and api. Spec is a general specification for our entire API

The purpose of this division is define server information, swagger, general dtos, enums, constraints, constraint's messages into a separate module




Structure

module consists of:

  • resources
  • shared


Resources have general responses/requests which can be used in other modules and contained in this way(spec/__def__/models) 

Next we have 



  • No labels