We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b19ff commit 8d52d70Copy full SHA for 8d52d70
src/main/java/com/cryptomarket/sdk/rest/CryptomarketRestClient.java
@@ -48,6 +48,14 @@
48
*/
49
public interface CryptomarketRestClient extends Closeable {
50
51
+ /**
52
+ * Changes the user credentials used for authentication in calls
53
+ *
54
+ * @param apiKey the user public key used in new calls
55
+ * @param apiSecret the user secret key used in new calls
56
+ */
57
+ public void changeCredentials(String apiKey, String apiSecret);
58
+
59
/// PUBLIC CALLS///
60
61
/**
0 commit comments