-
Notifications
You must be signed in to change notification settings - Fork 18
add bids download to master #106
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
Conversation
|
closes #78 |
api/core.py
Outdated
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.
Use self.get_param()?
|
will work on this pull request to add a generic way of filtering downloads by type or tag. |
|
Still need to address Gunnar's comment, apart from that the PR is ready to be reviewed. |
5175b71 to
93221eb
Compare
|
addressed @gsfr comment |
api/core.py
Outdated
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.
Wouldn't this long comment be better placed into the docstring of the download method?
|
LGTM. The branch is quite a bit behind master, so please rebase before the merge to make sure we don't get any unintended side-effects. |
8eb18c6 to
d62dff0
Compare
This is a port of bids downloads to the master branch from aloha.
Minimal adaptation was done for standard downloads, but they essentially work as before.