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

com.smartbear.readyapi.client.execution.ServerDefaults Maven / Gradle / Ivy

Go to download

Java client library for creating and executing test recipes against Ready!API TestServer

The newest version!
package com.smartbear.readyapi.client.execution;

/**
 * Holds constants with default server configuration for the Ready! API Runtime Service.
 */
public class ServerDefaults {

    public static final String VERSION_PREFIX = "/v1";
    private ServerDefaults() {
    }

    public static final String SERVICE_BASE_PATH = "/readyapi";

    public static final int DEFAULT_PORT = 8443;
    public static final Scheme DEFAULT_SCHEME = Scheme.HTTPS;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy