View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window health-ai-sdk-java-v3-2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.jiankangyouyi.health.ai.apiv3.response
├─ com.jiankangyouyi.health.ai.apiv3.response.HealthAiData.class - [JAR]
├─ com.jiankangyouyi.health.ai.apiv3.response.ServiceResponse.class - [JAR]
├─ com.jiankangyouyi.health.ai.apiv3.response.TokenResponseData.class - [JAR]
com.jiankangyouyi.health.ai.apiv3.request
├─ com.jiankangyouyi.health.ai.apiv3.request.ServiceRequest.class - [JAR]
com.jiankangyouyi.health.ai.apiv3.exception
├─ com.jiankangyouyi.health.ai.apiv3.exception.AuthException.class - [JAR]
com.jiankangyouyi.health.ai.apiv3
├─ com.jiankangyouyi.health.ai.apiv3.HealthAiClient.class - [JAR]
com.jiankangyouyi.health.ai.apiv3.util
├─ com.jiankangyouyi.health.ai.apiv3.util.HttpClientUtils.class - [JAR]