KF5 Java Client

封装对外公开的API供开发者调用

License

License

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.kf5
ArtifactId

ArtifactId

java-client
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

KF5 Java Client
封装对外公开的API供开发者调用
Project URL

Project URL

http://developer.kf5.com/restfulapi/core/
Source Code Management

Source Code Management

https://github.com/KF5/JAVA-SDK

Download java-client

How to add to project

<!-- https://jarcasting.com/artifacts/com.kf5/java-client/ -->
<dependency>
    <groupId>com.kf5</groupId>
    <artifactId>java-client</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.kf5/java-client/
implementation 'com.kf5:java-client:1.0.4'
// https://jarcasting.com/artifacts/com.kf5/java-client/
implementation ("com.kf5:java-client:1.0.4")
'com.kf5:java-client:jar:1.0.4'
<dependency org="com.kf5" name="java-client" rev="1.0.4">
  <artifact name="java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kf5', module='java-client', version='1.0.4')
)
libraryDependencies += "com.kf5" % "java-client" % "1.0.4"
[com.kf5/java-client "1.0.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

KF5

#初始化方法
KF5Support kf5Support = new KF5Support();
//第一种初始化方式:平台名称,用户邮箱,通信秘钥
kf5Support.initWithApiToken("your domain", "username", "api token");
//第二种初始化方式:平台名称,用户邮箱,登录密码
kf5Support.initWithPassword("your domain", "username", "password");
#主要接口
####工单(客服)
####工单(普通用户)
####工单回复
####工单自定义字段
####工单查看分类
####用户
####用户自定义字段
####客服组
####公司组织
####文档分类
####文档
####社区话题
####社区问题
####附件
####导入
####导出

Download

Download the latest JAR or Maven:

<dependency>
  <groupId>com.kf5</groupId>
  <artifactId>java-client</artifactId>
  <version>1.0.4</version>
</dependency>

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
1.0.4
1.0.2
1.0.1