jar

io.github.Mr-JoKerY : API-Client-SDK

Maven & Gradle

Jan 20, 1970
0 stars

api-client-sdk · A concise client-side tool for requesting third-party apis

Table Of Contents

Latest Version

Download io.github.Mr-JoKerY : API-Client-SDK JAR file - Latest Versions:

All Versions

Download io.github.Mr-JoKerY : API-Client-SDK JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window API-Client-SDK-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.hyw.apiclientsdk.constant

├─ com.hyw.apiclientsdk.constant.MethodConstant.class - [JAR]

com.hyw.apiclientsdk.client

├─ com.hyw.apiclientsdk.client.CommonApiClient.class - [JAR]

├─ com.hyw.apiclientsdk.client.DayApiClient.class - [JAR]

├─ com.hyw.apiclientsdk.client.NameApiClient.class - [JAR]

├─ com.hyw.apiclientsdk.client.RandomApiClient.class - [JAR]

com.hyw.apiclientsdk.model

├─ com.hyw.apiclientsdk.model.User.class - [JAR]

com.hyw.apiclientsdk.common

├─ com.hyw.apiclientsdk.common.ApiRequest.class - [JAR]

├─ com.hyw.apiclientsdk.common.ApiResponse.class - [JAR]

com.hyw.apiclientsdk

├─ com.hyw.apiclientsdk.ApiClientConfig.class - [JAR]

com.hyw.apiclientsdk.utils

├─ com.hyw.apiclientsdk.utils.SignUtils.class - [JAR]

Advertisement