Exemple #1
0
 protected String sign(String url) {
   return ApiSigningTools.sign(url, mConfig.getApiKey(), mConfig.getSharedSecret());
 }