使用配置
本文讲解了gtcapi-client-sdk
在使用过程中的配置选项
# 🚀 使用方式
注意⚠️
- JDK 8+
- Maven
# SpringBoot
# 🍊Maven
在项目的pom.xml的dependencies中加入以下内容:
<dependency>
<groupId>io.github.gtcbaba</groupId>
<artifactId>gtcapi-client-sdk</artifactId>
<version>0.0.2</version>
</dependency>
1
2
3
4
5
2
3
4
5
# AccessKey、SecretKey
是使用Gong-API平台和gtcapi-client-sdk开发者工具必须要有的,可以前往Gong-API平台个人中心 (opens new window)获取开发者调用凭证