Where to get reference documentation
All source code in Kittox is commented in XMLDoc format, which powers both the in-IDE documentation and this site.
The most convenient way to read the reference while you develop is Delphi's Help Insight tooltips: just hover the mouse pointer over a symbol in the editor and its documentation appears. To make this a better experience, you can install an enhanced Help Insight style sheet such as Documentation Insight from DevJET software.
For the architecture and a comprehensive description of the framework internals, see the KITTOX.md guide in the Kittox repository.
The HTTP layer is documented both in XMLDoc (units Kitto.Web.Routing.*, Kitto.Web.Rest, Kitto.Web.Data.Service, and the TKXResourceRegistry / TKXDataService classes) and in the guide pages Routing and Request Flow, Attribute-Based Routing and REST API (JSON).
The documentation is constantly being updated, so please check back often and report any missing or wrong pieces as you find them.
