Skip to content

feat(ui): add getAxios method to BaseAPI class#2856

Merged
gustavosbarreto merged 1 commit into
masterfrom
feat/get_axios
Jun 1, 2023
Merged

feat(ui): add getAxios method to BaseAPI class#2856
gustavosbarreto merged 1 commit into
masterfrom
feat/get_axios

Conversation

@gustavosbarreto
Copy link
Copy Markdown
Member

No description provided.

@gustavosbarreto gustavosbarreto requested a review from a team as a code owner June 1, 2023 13:15
@gustavosbarreto gustavosbarreto changed the title wip feat(ui): add getAxios method to BaseAPI class Jun 1, 2023
This commit adds a new method `getAxios` to the BaseAPI interface
in the "./client/base" module. The method returns the axios instance,
allowing access to the protected axios property without the need to
access it directly from outside the class and avoiding a linting
error caused by accessing a protected property.
@gustavosbarreto gustavosbarreto merged commit 7c3a381 into master Jun 1, 2023
@gustavosbarreto gustavosbarreto deleted the feat/get_axios branch June 1, 2023 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant