CAVEconnectome / CAVEclient

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

adding methods to aid in token setup #81

Closed fcollman closed 1 year ago

fcollman commented 1 year ago

I'm trying to make it easier/more intuitive for users to setup tokens and support multiple databases. This adds a new method for setting up a token which doesn't create a new one by default, and saves a token specific to the server by default, so now users will save and load those files as they interact with multiple servers and they can utilize the setup function either way.