Skip to content

Latest commit

 

History

History
51 lines (44 loc) · 924 Bytes

request.rest

File metadata and controls

51 lines (44 loc) · 924 Bytes

POST http://localhost:5000/ content-type:application/json

{
"result":{

"resolvedQuery":"1 cup of rice", "action":"get-calorie", "parameters":{

"what":"1 cup of rice"

}

}

}

POST http://localhost:5000/ content-type:application/json

{
"result":{

"resolvedQuery":"1 cup of rice", "action":"burn-calorie", "parameters":{

"what":"15 minutes yoga"

}

}

}

POST http://slim-me.herokuapp.com/ content-type:application/json

{
"result":{

"resolvedQuery":"1 cup of rice", "action":"get-calorie", "parameters":{

"what":"1 cup of rice"

}

}

}

POST http://slim-me.herokuapp.com/ content-type:application/json

{
"result":{

"resolvedQuery":"15 minutes yoga", "action":"burn-calorie", "parameters":{

"what":"15 minutes yoga"

}

}

}