RestServer icon indicating copy to clipboard operation
RestServer copied to clipboard

Add documentation engine

Open tyzoid opened this issue 8 years ago • 1 comments

Since RestServer already performs reflection into the class maps to generate an API, we can tap into this existing map to build up an interface for navigating and documenting the API automatically.

An initial attempt can be found in feature/documentation

tyzoid avatar Jul 25 '17 02:07 tyzoid

hi @tyzoid thanks for the this feature. Do you have any documentation to get the documentation to work? Calling it on / does prints a 404 for me.

When I check the /map I do see the new documentation get parsed (name, description,param)

rodehoed avatar Aug 27 '18 08:08 rodehoed