Buscar en moleculax
jsonplaceholder



fetch('https://jsonplaceholder.ir/users', {

  method: 'GET',

})

  .then(response => response.json())

  .then(json => console.log(json)) 

.


Powered by

http://emiliogomez.com.ar