-
Notifications
You must be signed in to change notification settings - Fork 204
SG-35561 export csv python changes #386
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
base: master
Are you sure you want to change the base?
Conversation
Test cases dependes on changes made in |
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.
Let's add some documentation in the /docs
directory. This will end up in the docs site.
params = dict( | ||
format=format, page_id=page_id | ||
) |
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.
Is it possible to add some data validations before sending it to the server? i.e. expected format
values or page_id
type.
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.
Thanks @carlos-villavicencio-adsk for your comments. I have these validations in api_handler.rb in another pull request like validations for other functions.
Includes change for the new API enpoint export_page and test case around it. The report download test case is unavailable due to the following reasons: