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

dev.fuxing.airtable.AirtableApplication Maven / Gradle / Ivy

The newest version!
package dev.fuxing.airtable;

/**
 * Created by: Fuxing
 * Date: 2019-04-21
 * Time: 00:17
 */
public interface AirtableApplication {

    /**
     * @param table name of a table from Airtable.
     * @return AirtableTable interface
     */
    AirtableTable table(String table);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy