44454647484950
* * @param server The server to connect to, e.g. {@code new URI("https://rally1.rallydev.com")} * @param apiKey The API Key to be used for authentication. */ public RallyRestApi(URI server, String apiKey) { this(new ApiKeyClient(server, apiKey)); }