Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: API test server to include wiki pages #10465

Open
barentine opened this issue Oct 12, 2023 · 0 comments
Open

Feature request: API test server to include wiki pages #10465

barentine opened this issue Oct 12, 2023 · 0 comments
Labels

Comments

@barentine
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants