/**
* Configure Airtable.
*
* @param apiKey API-Key of Airtable.
* @param objectMapper A custom ObjectMapper implementation
* @return
* @throws com.sybit.airtable.exception.AirtableException Missing API-Key
*/
@SuppressWarnings("WeakerAccess")
public Airtable configure(String apiKey, ObjectMapper objectMapper) throws AirtableException {
return configure(new Configuration(apiKey, Configuration.ENDPOINT_URL, null), objectMapper);
}
Airtable.java 文件源码
java
阅读 20
收藏 0
点赞 0
评论 0
项目:airtable.java
作者:
评论列表
文章目录