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

Add extended parameter list folder #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

PascalSenn
Copy link

adds extended parameters for fields for

recursive = false,
include_media_info = false,
include_deleted = false,
include_has_explicit_shared_members = false )

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PascalSenn

how about

def list_folder(path, recursive: false, include_media_info: false, include_deleted: false, include_has_explicit_shared_members: false)
end

?

This way we can explicitly pass the parameters as key-value pairs.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 as this feels more ruby-esque

and bump as I'm in need of the recursive option right now. =P

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@key88sf
Copy link

key88sf commented Nov 28, 2016

@waits Any chance of merging this soon? Thanks!

@d0minicw0ng
Copy link

@PascalSenn nice thanks!

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

Successfully merging this pull request may close these issues.

4 participants