RunKit + npm: axios

node v14.20.1
endpointsharetweet
const axios = require('axios'); axios.defaults.baseURL = 'https://www.call2all.co.il/ym/api/'; axios.get('Login', { username: '2', password: 'ff' }).then(r => console.log(r.data))
Created from: https://npm.runkit.com/axios
Loading…