-
Notifications
You must be signed in to change notification settings - Fork 207
Abstract discovery endpoints #423
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
Conversation
Log.Debug("TestDiscovery.RunTest()", "Discovery examples complete."); | ||
} | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra spaces
…-developer-cloud/unity-sdk into 4933-abstract-discovery-endpoints
got it - autoformatted examples and tests |
@@ -83,6 +83,12 @@ public class ExampleDiscovery : MonoBehaviour | |||
private bool _readyToContinue = false; | |||
private float _waitTime = 10f; | |||
|
|||
private bool _listCredentialsTested = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a minor thing but was thinking we should have variable names consistent. i.e, _getCredentialTested
should be like others i.e, _getCredentialsTested
Summary
This pull request adds support for Discovery Credentials methods. All methods are supported in the SDK except for the
update
operation since Unity www does not support put operations.