MCPcopy Index your code
hub / github.com/ccxt/ccxt / urlencodeBase64

Method urlencodeBase64

java/lib/src/main/java/io/github/ccxt/base/Encode.java:91–91  ·  view source on GitHub ↗
(Object s)

Source from the content-addressed store, hash-verified

89 }
90
91 public static String urlencodeBase64(Object s) { return Base64urlEncode(s); }
92 public static String Base64urlEncode(Object s) {
93 String str = (s instanceof String)
94 ? StringToBase64(s)

Callers 3

urlencodeBase64Method · 0.95
signMethod · 0.45
signMethod · 0.45

Calls 1

Base64urlEncodeMethod · 0.95

Tested by

no test coverage detected