Replies: 1 comment 1 reply
-
Definitely can't change Nuxt and Axios. You could make the argument for changing Fetch/Next.js/Angular to baseURL. I'm not sure it matters much? Since we build on top of frameworks, if there was a future client that named this value baseUrl, we would want to respect its naming and we'd be having this conversation again. What are you hoping to gain by making this naming consistent? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@mrlubos The baseUrl property in the axios and nuxt clients (
baseURL
) are different than the one in the next and fetch clients (baseUrl
). When working with the axios client,baseURL
as an option seemed like a mistake.Should this configuration be updated to one or the other for consistency?
Beta Was this translation helpful? Give feedback.
All reactions