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

org.arkecosystem.client.api.AbstractAPI Maven / Gradle / Ivy

The newest version!
package org.arkecosystem.client.api;

import org.arkecosystem.client.http.Client;

public abstract class AbstractAPI {

    protected Client client;

    public AbstractAPI(Client client) {
        this.client = client;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy