io.polyapi.client.internal.websocket.ClientMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library Show documentation
Show all versions of library Show documentation
Java client library for Poly API
The newest version!
package io.polyapi.client.internal.websocket;
public record ClientMetadata(String clientId, String apiKey, String variableId) {
// No content.
}