drunomics / nuxtjs-drupal-ce

A Nuxt module to easily connect Drupal via custom elements.
https://lupus-decoupled.org/
MIT License
22 stars 4 forks source link

Better name exposeAPIRouteRules option #203

Closed fago closed 3 months ago

fago commented 3 months ago

The name exposeAPIRouteRules in no way indiciates what it really does, so let's find a better name. Let's use the new name and keep BC for the old name in code (but not docs) for now.

I'd suggest serverApiProxy - "Proxies Drupal API requests through frontend server API routes."