Skip to content

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

Merged
merged 11 commits into from
Jul 12, 2018
Merged

Conversation

mediumTaj
Copy link
Contributor

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.

@mediumTaj mediumTaj requested a review from mamoonraja July 12, 2018 01:10
Log.Debug("TestDiscovery.RunTest()", "Discovery examples complete.");
}

Copy link
Member

Choose a reason for hiding this comment

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

extra spaces

@mediumTaj
Copy link
Contributor Author

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;
Copy link
Member

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

@mediumTaj mediumTaj merged commit 7c861a3 into develop Jul 12, 2018
@mediumTaj mediumTaj deleted the 4933-abstract-discovery-endpoints branch July 12, 2018 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants