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

Setup base_url based on LIGHTSPARK_EXAMPLE_BASE_URL #43

Merged

Conversation

zhenlu
Copy link
Contributor

@zhenlu zhenlu commented May 6, 2024

No description provided.

@zhenlu zhenlu marked this pull request as ready for review May 6, 2024 18:33
Copy link
Contributor Author

zhenlu commented May 6, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @zhenlu and the rest of your teammates on Graphite Graphite

@@ -32,6 +32,7 @@ async fn main() {
let api_token = std::env::var("LIGHTSPARK_API_TOKEN_CLIENT_SECRET").unwrap();

let node_password = std::env::var("LIGHTSPARK_TEST_NODE_PASSWORD").unwrap();
let base_url = std::env::var("LIGHTSPARK_API_ENDPOINT").unwrap();
Copy link
Contributor

Choose a reason for hiding this comment

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

The other SDKs examples use LIGHTSPARK_EXAMPLE_BASE_URL, maybe this should be consistent?

@zhenlu zhenlu merged commit 598bc85 into main May 6, 2024
2 checks passed
Copy link
Contributor Author

zhenlu commented May 6, 2024

Merge activity

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