AI-multimodal / aimmdb

BSD 3-Clause "New" or "Revised" License
0 stars 10 forks source link

API key usage should bypass requirement of client.login() #18

Closed matthewcarbone closed 2 years ago

matthewcarbone commented 2 years ago

@kleinhenz It would be really nice to not have to run e.g.

client = from_uri("https://aimm.lbl.gov/api")
client.login()  # <--- this

in order to access the private databases when my API key is already set. Any way to do this? Or is this a tiled issue not an aimmdb one?

kleinhenz commented 2 years ago

yeah this an annoying consequence of having some of the data public. The issue is with tiled. Do you mind opening an issue there?