Ejemplo n.º 1
0
 public String getInstanceUrl() {
   return devPlatformService.getHost() + devPlatformService.getV1Path();
 }
Ejemplo n.º 2
0
 private MnoHttpClient getAuthenticatedClient() {
   return MnoHttpClient.getAuthenticatedClient(
       devPlatformService.getApiKey(),
       devPlatformService.getApiSecret(),
       "application/vnd.api+json");
 }