Skip to content

Instantly share code, notes, and snippets.

@markito
Created July 1, 2020 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markito/b1673b96043b3670c24f9a23a3666925 to your computer and use it in GitHub Desktop.
Save markito/b1673b96043b3670c24f9a23a3666925 to your computer and use it in GitHub Desktop.
$ curl https://translator-<namespace>.apps.<cluster>.<domain>.org -H "Content-Type: text/plain" -d "This is my second test"
"Esta es mi segunda prueba"
...
$ curl https://translator-<namespace>.apps.<cluster>.<domain>.org -H "Content-Type: text/plain" -d "This is my house"
"Esta es mi casa"
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment