类 ClientBaseService
java.lang.Object
com.zhipu.oapi.service.v4.api.ClientBaseService
- 直接已知子类:
AssistantClientService,ClientApiService,DocumentClientApiService,KnowledgeClientApiService,VideosClientApiService
-
字段概要
字段 -
构造器概要
构造器构造器说明ClientBaseService(okhttp3.OkHttpClient client, String baseUrl) Creates a new ClientBaseService that wraps OkHttpClient -
方法概要
-
字段详细资料
-
logger
protected static final org.slf4j.Logger logger -
mapper
protected static final com.fasterxml.jackson.databind.ObjectMapper mapper -
retrofit
protected final retrofit2.Retrofit retrofit
-
-
构造器详细资料
-
ClientBaseService
Creates a new ClientBaseService that wraps OkHttpClient- 参数:
client- retrofit instancebaseUrl- base url of the api
-