patrickcate/nuxt-jsonapi

Consider changing `baseUrl` config property to `baseURL`

Closed this issue · 0 comments

Currently the configuration property for setting the base url is baseUrl. Both Axios and Kitsu use baseURL however (note the all uppercase URL in the name.) To keep the name consistent, consider renaming the property to baseURL.

This needs to be done in a backwards compatible way to prevent breaking changes.