Using ably-java with ably.io

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/ably/ably-java
Get the service time
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.ably.io/time
Retrieve usage statistics for an application
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.ably.io/stats
Enumerate all active channels of the application
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.ably.io/channels
SDK on GitHub 📄 API Docs
SDK
ably-java
Java
API
ably.io
ably.io:platform
At a glance
Language Java
Endpoints22
Base URLhttps://rest.ably.io
✓ Official