The Wisdomtool REST Client supports automated testing of restful APIs, output of beautifully tested reports, and the creation of beautifully restful API documentation.
Here's how to customize a personalized RESTful API document.
Before customizing the Personalization API documentation, use the tools to test the rest API to generate history;
Then go to select menu option Apidoc--- Create API documentation;
Finally, modify the data file work/apidoc/js/apidata.js
Depending on your actual needs, you can modify the following properties:
Modify the default document description (see attribute api_description);
Modify the default request/response parameters (see attribute model);
Modify the API introduction (see api_summary) and other data.
Note: These modifications must conform to the JSON syntax.
How do I use wisdomtool REST client to customize API documentation that meets your individual needs?