dev.fuxing.airtable.AirtableApplication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of airtable-api Show documentation
Show all versions of airtable-api Show documentation
Java Airtable API for https://airtable.com/api
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