-
Notifications
You must be signed in to change notification settings - Fork 249
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
Adding wiki and wiki page commands for create, update, show, delete operations #428
Conversation
:type path: str | ||
:param version: Version of the wiki page. | ||
:type version: str | ||
:param recursion_level: Recursion level of the wiki page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a bit confused, this is get_page or get_pages 🤣 (due to recursion_level)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also I believe recursion_level has some fixed set of values allowed (please check once) and we can make this an enum
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API is same. This is just the wrapped up API so let us discuss this in bash and close how we want the get pages to be exposed.
Feature: Wiki commands #435
Help Commands output:
Create, list, show, delete commands usage:
Command help sample (Wiki create command):