Package scrumdo.transport

Examples of scrumdo.transport.HttpClientTransport


     * @param username The username
     * @param password The password
     * @return New scrumdo api instance.
     */
    public static ScrumDoApi newScrumDo(String developerKey, String username, String password) {
        return newScrumDo(developerKey, username, password, new HttpClientTransport());
    }
View Full Code Here

TOP

Related Classes of scrumdo.transport.HttpClientTransport

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.