-
@pubpub-zz I appreciate your work on ppInk! It is a great tool. I am hopeful you can help me with commanding ppink actions through the REST API. I desire to fully operate ppink while the onscreen menu is hidden using the REST API to control the pen and tool selections. I have been able to successfully command a pen and free hand tool along with delete and a few other functions. However, I am having a difficult time requesting some of the features for example "toggle fading". I am using the following requests: Could you also share with me a way to monitor the http requests and responses to ppink to better understand the state of the application and confirm it is operating as I would expect based on the requests? Besides the the httpRequests.rtf are there any other documents providing examples or additional definition of the implementation of the standard http requests? Thanks for you help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@TonyNRT In your request there is a mistake : the toggle is a https:// and not http:// |
Beta Was this translation helpful? Give feedback.
@TonyNRT
Happy you are enjoying. Do not hesitate to star the project 😀
In your request there is a mistake : the toggle is a https:// and not http://
for debugging, normally any failures will be reported : you can use any browser to test your request.
One point you may use is to disable engaging/disengaging pointer mode when using alt tab:
with this parameter off, open the toolbar, set ppink in window mode with a large enough window to see the buttons but not overlaying the address bar on your browser.
then you can test your request directly there