Request
GET 요청 예시
XE.get('/path/to/target', { data: { id: 123 } }).then(function (response) { console.log(response); // => response = { data, status, statusText }});Last updated
Was this helpful?
XE.get('/path/to/target', { data: { id: 123 } }).then(function (response) { console.log(response); // => response = { data, status, statusText }});Last updated
Was this helpful?
Was this helpful?