Created
December 16, 2015 02:44
-
-
Save caseysoftware/1e12fe28502a97ed60af to your computer and use it in GitHub Desktop.
Sample code to perform a language-based search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl https://api.clarify.io/v1/search?query=compris \ | |
| --data "language=fr" \ | |
| --header "Authorization: Bearer myapikey" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment