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

com.heroku.api.connection.ConnectionProvider Maven / Gradle / Ivy

There is a newer version: 0.46
Show newest version
package com.heroku.api.connection;

/**
 * TODO: Javadoc
 *
 * @author Naaman Newbold
 */
public interface ConnectionProvider {
    
    Connection get(String username, String password);

    Connection get(String apiKey);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy