Showing posts with label rest. Show all posts
Showing posts with label rest. Show all posts

Sunday, October 8, 2017

Generating documentation for C++ REST APIs

Like all APIs, C++ REST APIs need to be documented. If the documentation can be written together with the code, and maybe even generated from the code, that would be ideal.
This article will explain how one can generate C++ REST documentation from code.