Now I want to do one thing:
Automatically publish the results of automated tests to a wiki on the intranet.
My approach is to:
Write a PHP script, then create a Wiki object, and then you can call its crud anyway. But I looked at the source for a long while, did not understand the whole. Hope to have a meeting of the great God or have the idea of friends to help see, what is the trick to achieve this small demand.
Thanks, I'm new.
This issue has been closed due to:
Reply content:
Now I want to do one thing:
Automatically publish the results of automated tests to a wiki on the intranet.
My approach is to:
Write a PHP script, then create a Wiki object, and then you can call its crud anyway. But I looked at the source for a long while, did not understand the whole. Hope to have a meeting of the great God or have the idea of friends to help see, what is the trick to achieve this small demand.
Thanks, I'm new.
Directly with the API. Visit http://your_wiki/anyprefixifyouhave/api.php to see how to use. and official API documentation.
This requirement has been resolved, and it is done: on the CRUD processing page, you must receive and process the POST request. So I'm going to print out all the required post variables in this page, then construct the required post variables in Python and submit them to the request processing page. The next article will be handed over to the wiki.
At the same time also Checheil-Yun answer