osf.io
osf.io copied to clipboard
Feature request: API test server to include wiki pages
I'm trying to extend osfclient to clone wiki pages, as a workaround for #10295.
I can get to a point where my large wiki is usable by finding all wiki page names so I can construct the URL and navigate to them. I'm having a harder time downloading them via requests (getting a 406 error). I want to troubleshoot further on a test project, not my actual project, so I looked to the API test server.
The API test server https://api.test.osf.io/v2/ wiki's node (https://api.test.osf.io/v2/nodes/tk93u/wikis/) shows an empty list in Data, which would be the list of wiki pages, if there were any.
Would it be possible to create a couple wiki pages on the API test server to make wiki-related API testable?
Thanks!