Skip to content

Commit

Permalink
feat: reimplement changes from revert #84 (#85)
Browse files Browse the repository at this point in the history
## Description

Resolves [DSTRBTN-540]

<!-- Write and explain of the changes introduced by this PR for the reviewers to fully understand -->

## Screenshot

<!-- Provide a screenshot or gif of the change to demonstrate it -->

## Test Plan

<!-- Explain what you tested and why -->

<!--
  Have any questions? Check out the contributing doc for more
-->


[DSTRBTN-540]: https://orfium.atlassian.net/browse/DSTRBTN-540?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
mkarajohn authored Oct 24, 2023
2 parents 1ed2e6d + 6ca247b commit 7194c03
Show file tree
Hide file tree
Showing 12 changed files with 239 additions and 140 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/api/interfaces/AxiosPromise.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ custom_edit_url: null

#### Inherited from

Promise.\_\_@toStringTag@6616
Promise.\_\_@toStringTag@31202

#### Defined in

Expand Down
4 changes: 2 additions & 2 deletions documentation/docs/api/interfaces/AxiosRequestConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ ___

### method

`Optional` **method**: [`Method`](../modules.md#method-4)
`Optional` **method**: [`Method`](../modules.md#method-2)

#### Defined in

Expand Down Expand Up @@ -160,7 +160,7 @@ ___

### responseType

`Optional` **responseType**: [`ResponseType`](../modules.md#responsetype-4)
`Optional` **responseType**: [`ResponseType`](../modules.md#responsetype-2)

#### Defined in

Expand Down
22 changes: 11 additions & 11 deletions documentation/docs/api/interfaces/AxiosStatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[defaults](AxiosInstance.md#defaults-4)
[AxiosInstance](AxiosInstance.md).[defaults](AxiosInstance.md#defaults-2)

#### Defined in

Expand All @@ -100,7 +100,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[interceptors](AxiosInstance.md#interceptors-4)
[AxiosInstance](AxiosInstance.md).[interceptors](AxiosInstance.md#interceptors-2)

#### Defined in

Expand Down Expand Up @@ -178,7 +178,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[delete](AxiosInstance.md#delete-4)
[AxiosInstance](AxiosInstance.md).[delete](AxiosInstance.md#delete-2)

#### Defined in

Expand Down Expand Up @@ -210,7 +210,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[get](AxiosInstance.md#get-4)
[AxiosInstance](AxiosInstance.md).[get](AxiosInstance.md#get-2)

#### Defined in

Expand All @@ -234,7 +234,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[getUri](AxiosInstance.md#geturi-4)
[AxiosInstance](AxiosInstance.md).[getUri](AxiosInstance.md#geturi-2)

#### Defined in

Expand Down Expand Up @@ -266,7 +266,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[head](AxiosInstance.md#head-4)
[AxiosInstance](AxiosInstance.md).[head](AxiosInstance.md#head-2)

#### Defined in

Expand Down Expand Up @@ -338,7 +338,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[options](AxiosInstance.md#options-4)
[AxiosInstance](AxiosInstance.md).[options](AxiosInstance.md#options-2)

#### Defined in

Expand Down Expand Up @@ -371,7 +371,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[patch](AxiosInstance.md#patch-4)
[AxiosInstance](AxiosInstance.md).[patch](AxiosInstance.md#patch-2)

#### Defined in

Expand Down Expand Up @@ -404,7 +404,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[post](AxiosInstance.md#post-4)
[AxiosInstance](AxiosInstance.md).[post](AxiosInstance.md#post-2)

#### Defined in

Expand Down Expand Up @@ -437,7 +437,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[put](AxiosInstance.md#put-4)
[AxiosInstance](AxiosInstance.md).[put](AxiosInstance.md#put-2)

#### Defined in

Expand Down Expand Up @@ -468,7 +468,7 @@ ___

#### Inherited from

[AxiosInstance](AxiosInstance.md).[request](AxiosInstance.md#request-4)
[AxiosInstance](AxiosInstance.md).[request](AxiosInstance.md#request-2)

#### Defined in

Expand Down
Loading

0 comments on commit 7194c03

Please sign in to comment.