jacwright / RestServer

A PHP REST server for providing a very light-weight REST API.
MIT License
510 stars 194 forks source link

Add documentation engine #98

Open tyzoid opened 7 years ago

tyzoid commented 7 years ago

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

rodehoed commented 6 years ago

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)