Skip to content

Latest commit

 

History

History
executable file
·
17 lines (10 loc) · 402 Bytes

File metadata and controls

executable file
·
17 lines (10 loc) · 402 Bytes

Java YQL

A library for managing and executing YQL (Yahoo! Query Language) requests in Java.

In the simplest case: write a YQL query, and get back a JSON result in a GSON object.

Requirements

gson 2.6.2

References

YQL: https://developer.yahoo.com/yql/

GSON: https://github.com/google/gson

License

Java YQL is licensed under the MIT license. See LICENSE for details.