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

Walkthrough CreateEcosystem changes; add ecosystem_id argument to all loginAnonymous methods #871

Merged
merged 9 commits into from Jul 13, 2022

Conversation

geel9
Copy link
Member

@geel9 geel9 commented Jul 13, 2022

  • Updates Vaccine Walkthrough
    • Handles case where user might already have ecosystem provisioned through onboarding
    • Removes reference to --default_ecosystem CLI parameter
    • Adds --ecosystem parameter to CLI samples for login
  • Updates loginAnonymous methods in all languages (some did not need updating) to add optional ecosystemId parameter which defaults to "default"
    • Updates vaccine samples to use this parameter in all languages

@geel9 geel9 merged commit 1bd48dc into main Jul 13, 2022
@geel9 geel9 deleted the JC/tutorial-cli-changes branch July 13, 2022 16:20
// Info Get account information
Info(userContext context.Context, request *account.AccountInfoRequest) (*account.AccountInfoResponse, error)
// ListDevices List all connected devices
ListDevices(userContext context.Context, request *account.ListDevicesRequest) (*account.ListDevicesResponse, error)
Copy link
Contributor

Choose a reason for hiding this comment

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

@sethjback does gofmt tackle white-space as well?

Copy link
Member

Choose a reason for hiding this comment

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

Yes it does.

Copy link
Contributor

Choose a reason for hiding this comment

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

Sweet!

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.

None yet

4 participants