Package com.rallydev.rest.client

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

Related Classes of com.rallydev.rest.client.ApiKeyClient

Copyright © 2018 www.massapicom. 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.