Examples of ApiKeyClient


Examples of com.rallydev.rest.client.ApiKeyClient

     *
     * @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));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.