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

RSDK-9194: streamline app connection #4516

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

purplenicole730
Copy link
Member

@purplenicole730 purplenicole730 commented Nov 1, 2024

Jira ticket

Changes:

  • added new directory app/
  • introduced a ViamClient struct
  • made a function CreateViamClient, which takes in api key for credentials
  • add unit tests for url and api key formatting

Testing:

  • called a proto dataClient and tested with an existing machine
  • unit tests

@viambot viambot added the safe to test This pull request is marked safe to test from a trusted zone label Nov 1, 2024
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Nov 4, 2024
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Nov 4, 2024
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Nov 4, 2024
@purplenicole730 purplenicole730 marked this pull request as ready for review November 4, 2024 20:32
@purplenicole730 purplenicole730 requested review from a team, njooma and jckras and removed request for a team November 4, 2024 20:32
Copy link
Member

@jckras jckras left a comment

Choose a reason for hiding this comment

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

Quick question - how are we going to implement the interfaces for other clients, such as DataClient and BillingClient, here? (In the Python sdk, we define data_client as a property of the ViamClient class). I'm not sure if this is outside the scope of this PR, but I just want to clarify our approach moving forward :)

Copy link
Member

@jckras jckras left a comment

Choose a reason for hiding this comment

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

I left a question about our approach towards building out the other clients w/ respect to ViamClient (but again maybe that is out of scope of this ticket) so LGTM.

app/viam_client_test.go Outdated Show resolved Hide resolved
@purplenicole730
Copy link
Member Author

purplenicole730 commented Nov 5, 2024

Quick question - how are we going to implement the interfaces for other clients, such as DataClient and BillingClient, here? (In the Python sdk, we define data_client as a property of the ViamClient class). I'm not sure if this is outside the scope of this PR, but I just want to clarify our approach moving forward :)

Similarly, the other clients would be part of ViamClient. But we don't have those yet so there's nothing to add. That's what the next tickets are.

Copy link
Member

@njooma njooma left a comment

Choose a reason for hiding this comment

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

I think it would be better if there was an Options struct that contained 2 fields: BaseUri string and Credentials rpc.Credentials. Then, have a func WithOptions that takes in these options.

What I think can be improved from the current version is that baseURL has to always be specified, even if just to be an empty string. Plus, there might be more ways in the future of connecting to app that this allows for.

And nothing is stopping us from making convenience functions like FromApiKey so that the user can use API Keys instead of Options

@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Nov 7, 2024
@viambot viambot removed the safe to test This pull request is marked safe to test from a trusted zone label Nov 7, 2024
@viambot viambot added the safe to test This pull request is marked safe to test from a trusted zone label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test This pull request is marked safe to test from a trusted zone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants