Skip to content
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

Add Config::login API. #5377

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Add Config::login API. #5377

wants to merge 2 commits into from

Conversation

bekadavis9
Copy link
Contributor

Add Config::login API, which logs into TileDB Cloud, saving the profile to the internal configuration.


TYPE: FEATURE
DESC: Add Config::login API.

@bekadavis9 bekadavis9 marked this pull request as ready for review November 21, 2024 19:01
Comment on lines +576 to +578
// For library versions 2.27.0 and older, simply parse the local .json file
auto version = constants::library_version;
if (version[0] <= 2 && version[1] <= 27) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this, dev will soon switch to 2.28 and and this will always be false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants