-
Using imageURL doesn't fully capture the loading state while generating images. Switching to Axios to call `https://image.pollinations.ai/prompt/${inputPrompt}` might resolve the issue.
-
Add axios tool to `frontend/`.
```ai
go:
```
-
#### Describe the issue
Using version 0.27.2, how can I make multiple HTTPS requests with `userAgent`?
Currently when I make consecutive HTTPS requests to different URL endpoints but with the same…
-
### Description
With OpenAPI Specification 3.1, webhooks are not generated as services, resulting in an empty file.
```ts
// services.gen.ts
// This file is auto-generated by @hey-api/openapi-…
-
### Describe the bug
axios(url[,config])应该改为axios(url,[config])。
### To Reproduce
_No response_
### Code snippet
_No response_
### Expected behavior
_No response_
### Axios Version
_No respon…
-
Axios 的拦截器(interceptors)允许你在请求或响应被处理之前,进行一些自定义的处理或修改。
拦截器提供了一个强大的机制来对请求和响应进行全局处理,比如添加认证信息、处理错误、或修改请求数据等。
-
redaxios https://github.com/developit/redaxios is pretty well known but not that active
https://github.com/developit/redaxios/issues/97 mentions https://github.com/divyam234/feaxios which has rece…
-
import axios from "axios";
import { ENDPOINTS } from "constants/endpoints";
import { LOCAL_STORAGE } from "constants/store";
import { get } from "lodash";
const headersDefault = {
"Content-Ty…
-
https://github.com/axios/axios/blob/6841d8d18ddc71cc1bd202ffcfddb3f95622eef3/lib/adapters/xhr.js#L48
In this line, for JSON-type responses, it's returning a string. This isn't a problem because Axi…
-
### Describe the bug
Suppose we have an Axios instance like this:
```javascript
const axiosInstance = axios.create({
baseURL: "https://reqres.in",
data: { name: "morpheus" }
});
```
We…