Development tools : UDTT API Document and Online Test : UDTT API Document
  
UDTT API Document
With the implementation of the UDTT Client Engine and Service Engine, the reuse of Flow and Operation has become important. In order to clearly and accurately describe access information and input/output parameters during development, detailed and real-time updated API access documents have become the primary requirement.
UDTT Tooling displays the Operation and Flow access list and constraint details of the selected Project, and can be exported as Markdown format. This document can be used for both Service Engine-based and Client Engine-based development.
Without adding any @ comments to the Operation/Flow implementation class, analyze the PARAMETERS accessed by the API through the EMF model. Parameter constraints and restrictions were completed by the user at the beginning of Tooling design. When exporting documents, you can add description information and sample information. There is also support for online remote API testing tools. Developers can provide tests to integrators in an informal environment.
Restrictions and constraints:
A complete transaction file is required for Operation or Flow to support document generation.
Go up to
UDTT API Document and Online Test