package sentiment; public class test { // public static void main(String[] args) { // HttpResponse<JsonNode> request = Unirest.post("https://japerk-text-processing.p.mashape.com/sentiment/") // .header("X-Mashape-Authorization", "4afD687vWcZfy5rQUP9BTvA255dNQ4Oi") // .field("text", "It was the best day of my life") // .field("language", "english") // .asJson(); // } }