All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.polyapi.client.internal.websocket.ClientMetadata Maven / Gradle / Ivy

The newest version!
package io.polyapi.client.internal.websocket;

public record ClientMetadata(String clientId, String apiKey, String variableId) {
  // No content.
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy