The endpoint is always on the main jenkins url.
I would hope to see an implementation where a folder name can be passed in as "test_folder" and the endpoint would be modified to be
It looks like Pull Request #269 takes care of this functionality as well. Albeit it creates a new function CreateViewInFolder as opposed to modifying this section of code.
The endpoint is always on the main jenkins url. I would hope to see an implementation where a folder name can be passed in as "test_folder" and the endpoint would be modified to be
Or even just passing in "jobs/test_folder/jobs/test_folder2" could do nested folders 2 layers deep. Either would help.