Airtable.java 文件源码

java
阅读 20 收藏 0 点赞 0 评论 0

项目:airtable.java 作者:
/**
 * 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);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号