Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. GET ("/customsearch/v1")
  2. Response customSearch(@Query("key") String key, @Query("cx") String cx, @Query("q") String query);
  3.  
  4. restInterface.customSearch("INSERT_YOUR_API_KEY", "017576662512468239146:omuauf_lfve", "lectures");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement