CAVEconnectome / CAVEclient

This is the python client for accessing REST APIs within the Connectome Annotation Versioning Engine.
https://caveconnectome.github.io/CAVEclient/
MIT License
21 stars 11 forks source link

Livedb query #73

Closed fcollman closed 1 year ago

fcollman commented 2 years ago

This is one option for how we might expose/enable the live option... not sure it's the clearest since you can specify a version but then that's ignored. It also needs to be paired with the endpoint design, which for now is identical on the live and simple query side (just no version in URL). see https://github.com/seung-lab/MaterializationEngine/pull/58/files

fcollman commented 2 years ago

this is also built on top of #72 because I misclicked.. but that should come first

fcollman commented 1 year ago

closing this in favor of #84