Using azure-sdk-for-java with azure.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Azure/azure-sdk-for-java
Lists all of the user applications.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /apps/
Gets the available application domains.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /apps/domains
Gets the application info.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /apps/{appId}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-java
Java
API
azure.com
azure.com:cognitiveservices-LUIS-Programmatic
At a glance
Language Java
Endpoints97
✓ Official