Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagoloschi/githubapi_java_json_socket
Github client in Java
https://github.com/thiagoloschi/githubapi_java_json_socket
github-api java json webservices
Last synced: about 2 months ago
JSON representation
Github client in Java
- Host: GitHub
- URL: https://github.com/thiagoloschi/githubapi_java_json_socket
- Owner: thiagoloschi
- Created: 2016-04-17T01:09:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T01:37:20.000Z (almost 9 years ago)
- Last Synced: 2024-11-07T00:32:24.174Z (3 months ago)
- Topics: github-api, java, json, webservices
- Language: Java
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GithubApi_Java_Json_Socket
This is an example of a Webservice application consuming the data requested to the Github API.
Once a Github's username is entered, the application gets to inform user's full name, location, date of membership, a list of public repositores, a list of followers, with their full name, location and amount of public repositories.
This application was built in Java, using Json parser to consume API data and a http socket to connect to the url.
![example](https://github.com/thiagoloschi/GithubApi_Java_Json_Socket/blob/master/GithubApi.png)