We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently we store masks as a channel, but the spec requests a direct api call (api/mask)
current way of requesting this: bfly/api/data?experiment=X&dataset=Y&sample=Z&channel=MASKNAME
idea: keep current structure and just proxy through the new api/mask request (we need to identify what the MASKNAME is)
The text was updated successfully, but these errors were encountered:
thejohnhoffer
No branches or pull requests
currently we store masks as a channel, but the spec requests a direct api call (api/mask)
current way of requesting this:
bfly/api/data?experiment=X&dataset=Y&sample=Z&channel=MASKNAME
idea: keep current structure and just proxy through the new api/mask request (we need to identify what the MASKNAME is)
The text was updated successfully, but these errors were encountered: