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

net.kemitix.trello.KemitixTrelloClient Maven / Gradle / Ivy

package net.kemitix.trello;

import com.julienvey.trello.TrelloHttpClient;
import com.julienvey.trello.impl.TrelloImpl;

public class KemitixTrelloClient
        extends TrelloImpl
        implements TrelloClient {

    public KemitixTrelloClient(
            String applicationKey,
            String accessToken,
            TrelloHttpClient httpClient
    ) {
        super(applicationKey, accessToken, httpClient);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy