developit / developit/redaxios

Support axios `getUri`

Open
#63 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4.9k
Forks
104
PR merge metrics
No merged PRs in 30d

Description

https://github.com/axios/axios#config-defaults

As ["the goal is to support most/all features"](https://github.com/developit/redaxios/issues/14#issuecomment-615290952), supporting all [instance methods](https://github.com/axios/axios#instance-methods) also seems to be an important feature.

Currently, something like:

```js
let uri = axios.getUri(axiosConfig)
```

Results in:

```console
TypeError: axios.getUri is not a function
```

`getUri` method is specially useful when working with multiple instances, each one with a different `baseURL`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.