Answers for "json placeholder custom api"

2

json placholder

fetch('https://jsonplaceholder.typicode.com/todos/1')
  .then(response => response.json())
  .then(json => console.log(json))
Posted by: Guest on December-12-2019
0

json placeholder custom api

{
"Number": "919962069618",
"RingUrl": "http://domainname/ringurl",
"AnswerUrl": "http://domainname/answerurl",
"HangupUrl": "http://domainname/hangupurl",
"HttpMethod": "POST",
"Xml": "<Response><play>https://smscountry.com/voice_clips/TTS_210422142600.mp3</play></Response>"
}
Posted by: Guest on May-04-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language