We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change method names in Connection.java:
platformConnect
connect
platformConnectPublic
connectPublic
https://github.com/simplito/privmx-endpoint/releases/tag/v2.0.3
New methods:
connect(String userPrivKey, String solutionId, String bridgeUrl)
connectPublic(String solutionId, String bridgeUrl)
Methods mark as deprecated and will be removed in next major (3.x):
platformConnect(String userPrivKey, String solutionId, String platformUrl)
platformConnectPublic(String solutionId, String platformUrl)
The text was updated successfully, but these errors were encountered:
refactor(privmx-endpoint-extra): rename class BasePolicyValue to Spec…
f913f18
…ialPolicyValue #3
djenczewski
Successfully merging a pull request may close this issue.
Description
Change method names in Connection.java:
platformConnect
->connect
platformConnectPublic
->connectPublic
Related
https://github.com/simplito/privmx-endpoint/releases/tag/v2.0.3
PrivMX Endpoint
ADDITIONS
New methods:
connect(String userPrivKey, String solutionId, String bridgeUrl)
connectPublic(String solutionId, String bridgeUrl)
MODIFICATIONS
Methods mark as deprecated and will be removed in next major (3.x):
platformConnect(String userPrivKey, String solutionId, String platformUrl)
platformConnectPublic(String solutionId, String platformUrl)
The text was updated successfully, but these errors were encountered: