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 funixproductions-twitch-reference-client-1.2.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.funixproductions.api.twitch.reference.client.clients.chat
├─ com.funixproductions.api.twitch.reference.client.clients.chat.TwitchChatClient.class - [JAR]
com.funixproductions.api.twitch.reference.client.dtos.responses.channel.video
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.channel.video.TwitchChannelClipCreationDTO.class - [JAR]
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.channel.video.TwitchChannelClipDTO.class - [JAR]
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.channel.video.TwitchChannelVideoDTO.class - [JAR]
com.funixproductions.api.twitch.reference.client.dtos.responses.user
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.user.TwitchFollowDTO.class - [JAR]
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.user.TwitchUserDTO.class - [JAR]
com.funixproductions.api.twitch.reference.client.clients.users
├─ com.funixproductions.api.twitch.reference.client.clients.users.TwitchUsersClient.class - [JAR]
com.funixproductions.api.twitch.reference.client.dtos.responses.game
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.game.TwitchGameDTO.class - [JAR]
com.funixproductions.api.twitch.reference.client.dtos.responses.common
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.common.TwitchImageDTO.class - [JAR]
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.common.TwitchPaginationDTO.class - [JAR]
com.funixproductions.api.twitch.reference.client.clients.game
├─ com.funixproductions.api.twitch.reference.client.clients.game.TwitchGameClient.class - [JAR]
com.funixproductions.api.twitch.reference.client.dtos.responses.channel.chat
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.channel.chat.TwitchChannelChattersDTO.class - [JAR]
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.channel.chat.TwitchChannelRewardDTO.class - [JAR]
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.channel.chat.TwitchChannelUserDTO.class - [JAR]
com.funixproductions.api.twitch.reference.client.clients.channel
├─ com.funixproductions.api.twitch.reference.client.clients.channel.TwitchChannelClient.class - [JAR]
├─ com.funixproductions.api.twitch.reference.client.clients.channel.TwitchChannelPointsClient.class - [JAR]
com.funixproductions.api.twitch.reference.client.clients.stream
├─ com.funixproductions.api.twitch.reference.client.clients.stream.TwitchStreamsClient.class - [JAR]
com.funixproductions.api.twitch.reference.client.dtos.requests
├─ com.funixproductions.api.twitch.reference.client.dtos.requests.TwitchChannelUpdateDTO.class - [JAR]
├─ com.funixproductions.api.twitch.reference.client.dtos.requests.TwitchChatAnnouncement.class - [JAR]
com.funixproductions.api.twitch.reference.client.dtos.responses.channel
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.channel.TwitchChannelDTO.class - [JAR]
com.funixproductions.api.twitch.reference.client.dtos.responses.channel.stream
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.channel.stream.TwitchStreamDTO.class - [JAR]
com.funixproductions.api.twitch.reference.client.dtos.responses
├─ com.funixproductions.api.twitch.reference.client.dtos.responses.TwitchDataResponseDTO.class - [JAR]