summaryrefslogtreecommitdiff
path: root/nbproject
AgeCommit message (Collapse)AuthorFilesLines
2014-05-02Speed up compilation by ignoring samples crapPeter Wu1-1/+1
Do not remove the Chapter*/ example files, they may be useful in the future. For now just remove it from the sources list.
2014-04-23[WIP] API requester abstractionPeter Wu1-0/+2
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 Laveaux1-135/+135
* Set main.Main as main class. * Fixed a little typo in Authentication. * added throws IOException to main.
2014-04-23Initial commitPeter Wu4-0/+1574
build.xml, etc. are modified a bit after opening in Netbeans 7.4.