summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-24Removed unused classes.Maurice Laveaux5-502/+0
* MainFrame, no gui will be implemented. * Authentication and Search are replaced. * Miner is not used.
2014-04-24Actually save config.txt, ignore it for gitPeter Wu2-0/+2
2014-04-24Fix builder, fix crash on invalid URL, fix ".json" placementPeter Wu2-5/+24
2014-04-24Example that demonstrates fetching profile informationPeter Wu1-1/+14
2014-04-24TwitterAPI: helper for accessing the TwitterAPIPeter Wu1-0/+93
2014-04-24Extend configuration with preferences storePeter Wu1-8/+76
2014-04-24Implement isValid, allow version spec for resourcePeter Wu4-4/+28
2014-04-24Really do not require ".json" extension for API resourcesPeter Wu2-2/+2
Confirm to Requester.getJSON() doc.
2014-04-24Extend Requester interface with a way to ignore errorsPeter Wu2-2/+30
2014-04-24Refactor consumer key/secret pair into containerPeter Wu2-14/+44
2014-04-23Catch error responses and log themPeter Wu2-3/+30
2014-04-23Unbreak BearerRequester, add javadoc, fix oauth URLsPeter Wu2-2/+37
2014-04-23[WIP] API requester abstractionPeter Wu6-0/+204
Authentication, etc. is shuffled into Requester. Implementators (currently OAuth and Bearer) should prepare proper requests.
2014-04-23Some small bugfixes for the initial program.Maurice Laveaux3-141/+140
* Set main.Main as main class. * Fixed a little typo in Authentication. * added throws IOException to main.
2014-04-23Implemented Authorization with twitter.Maurice Laveaux9-0/+551
Started working on getProfile for a given username.
2014-04-23Renamed OAuthUtils to Configuration class.Maurice Laveaux6-31/+24
2014-04-23Initial commitPeter Wu96-0/+7339
build.xml, etc. are modified a bit after opening in Netbeans 7.4.