0
Q:

axios vs request

axios.post('http://pokeapi.co/api/v2/pokemon/', {  pokemon: 'Pikachu',  })  .then((response) => {    return response;  })  .catch((error) => {    console.log(error);  });
0

New to Communities?

Join the community