axios-docs icon indicating copy to clipboard operation
axios-docs copied to clipboard

Official documentation for the axios HTTP library

Results 101 axios-docs issues
Sort by recently updated
recently updated
newest added

Fix typo in Japanese translation.

Hello, I have done a traditional Chinese translation and have used the language code 'zh-tw' based on the language code for Brazilian Portuguese ('pt-br') used in the project. Please let...

I create react app and i have get data from webservices prestashop 1.7 ``` import axios from 'axios'; import logo from './logo.svg'; import './App.css'; function App() { const options =...

bug

close: #87 ## TO-DO - This PR(#88) is too old and no longer being edited. - I have modified the url for all languages. - AS-IS https://github.com/axios/axios/blob/master/lib/defaults.js#L28 ``` [lib/defaults.js](https://github.com/axios/axios/blob/master/lib/defaults.js#L28) ```...

in version 0.17 I could use something like this to send the same data in all queries: `axios.defaults.data = { name: 'jean'}` But now in version 0.19.2 it doesn't work...

bug

https://github.com/axios/axios-docs/blob/master/posts/en/urlencoded.md#query-string the urlencoded page of the docs suggests using `querystring` module in node.js, however according to Node.js docs (https://nodejs.org/api/querystring.html), it's in legacy now, quoting: > The querystring API is considered...

bug