Does anybody know java wrapper for Crowdflower API. I have found so far only for Ruby. I would really appreciate if anybody could point me out at least an example.
Asked
Active
Viewed 500 times
0
-
I implemented it myself. https://github.com/tivalex/java-CrowdFlower- – Ivan T Oct 29 '13 at 08:51
3 Answers
2
The CrowdFlower documentation page I found specifies that you send a URL and receive JSON output.
There are plenty of examples on Stack Overflow on how to parse JSON output in Java.
Convert a JSON string to object in Java?
If you had something else in mind, you need to be way more specific in your question. Like providing a link to the CrowdFlower page in question and pointing out the exact paragraph in the Crowdflower documentation that you're having problems with.

Community
- 1
- 1

Gilbert Le Blanc
- 50,182
- 6
- 67
- 111
1
There is an article in the CrowdFlower Success Center that highlights two additional java interfaces for the CrowdFlower API: 1) https://github.com/sparkica/CrowdFlowerClient and 2) https://github.com/0xF013/CrowdFlowerJavaAPI

ari
- 11
- 1