Skip to content

Commit

Permalink
descr
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Shirokov committed Dec 9, 2016
1 parent 11c5a08 commit ed283fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/metadata.js
Expand Up @@ -14,6 +14,7 @@ module.exports.do = function(req, res){
},
'blocks': [{
"name":"translate",
"description": "Translate `string` from `sourceLanguage` to `targetLanguage`",
"args":[
{
name: "apiKey",
Expand All @@ -32,7 +33,7 @@ module.exports.do = function(req, res){
type: "String",
info: "The ISO 639-1 language code to translate the input to.",
required: true
}
},
{
name: "sourceLanguage",
type: "String",
Expand All @@ -54,6 +55,7 @@ module.exports.do = function(req, res){

{
"name":"translateAutomatic",
"description": "Translate `string` from `sourceLanguage` to target language automatically",
"args":[
{
name: "apiKey",
Expand Down Expand Up @@ -88,6 +90,7 @@ module.exports.do = function(req, res){

{
"name":"detectLanguage",
"description": "Detect language of `string`",
"args":[
{
name: "apiKey",
Expand Down

0 comments on commit ed283fc

Please sign in to comment.