すべてのパッケージ

パッケージの概要
パッケージ 説明
org.thinkit.api.gateway.github
GithubApiGateway provides intuitive and easy access to the GitHub API.
org.thinkit.api.gateway.github.catalog
The package that manages catalogs.
org.thinkit.api.gateway.github.communication
The package that manages http communication.
org.thinkit.api.gateway.github.content
The package that manages content mapper.
org.thinkit.api.gateway.github.content.entity
The package that manages content entity.
org.thinkit.api.gateway.github.exception
The package that manages exceptions.
org.thinkit.api.gateway.github.query  
org.thinkit.api.gateway.github.response.common  
org.thinkit.api.gateway.github.response.repos
The package that manages the response type for the GitHub API "https://api.github.com/repos/repositoryDomain" .
org.thinkit.api.gateway.github.response.repos.issues
The package that manages the response type for the GitHub API "https://api.github.com/repos/repositoryDomain/issues" .
org.thinkit.api.gateway.github.response.repos.issues.comments
The package that manages the response type for the GitHub API "https://api.github.com/repos/repositoryDomain/issues/comments" .
org.thinkit.api.gateway.github.response.user
The package that manages the response type for the GitHub API "https://api.github.com/users" .
org.thinkit.api.gateway.github.response.user.followers
The package that manages the response type for the GitHub API "https://api.github.com/users/username/followers" .
org.thinkit.api.gateway.github.response.user.following
The package that manages the response type for the GitHub API "https://api.github.com/users/username/following" .
org.thinkit.api.gateway.github.response.user.receivedevents
The package that manages the response type for the GitHub API "https://api.github.com/users/username/received_events" .
org.thinkit.api.gateway.github.response.user.repos
The package that manages the response type for the GitHub API "https://api.github.com/users/username/repos" .
org.thinkit.api.gateway.github.response.user.subscriptions
The package that manages the response type for the GitHub API "https://api.github.com/users/username/subscriptions" .
org.thinkit.api.gateway.github.user
The package that manages GitHub user's information.
org.thinkit.api.gateway.github.util
The package that manages utilities.