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

[FEAT]: Update Connection method names #3

Open
djenczewski opened this issue Nov 26, 2024 · 0 comments · Fixed by #8
Open

[FEAT]: Update Connection method names #3

djenczewski opened this issue Nov 26, 2024 · 0 comments · Fixed by #8
Assignees

Comments

@djenczewski
Copy link
Member

Description

Change method names in Connection.java:

  1. platformConnect -> connect
  2. 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant