0

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.

szabgab
  • 6,202
  • 11
  • 50
  • 64
Ivan T
  • 1,046
  • 1
  • 10
  • 22

3 Answers3

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?

How to parse JSON in Java

Parsing JSON 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

We have developed java api's for crowdflower

do check it out

https://github.com/debarshri/jcrowdflower

debarshi
  • 327
  • 1
  • 11
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