next-drupal
next-drupal copied to clipboard
Add debug console.logs to getView
Hey, would be great to have the equivalent to the debug logging happening in getResourceCollection but in the getView method:
this._debug(`Fetching resource collection of type ${type}`)
this._debug(url.toString())
Thanks!
Agreed. I'll look into this.