Skip to content

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