Skip to content

feat: add mecanism to disable exposing some models

Ghost User requested to merge is_api_exposed into master
  • feat: add mecanism to disable exposing some models
  • feat: enabled usage of metamodel's verbose_plural_name as a path when defined

@alexandre @sylvain Can you please review?
This MR adds a possibility to disable exposing a model through HTTP API.
Also, it uses Meta's verbose_name_plural when defined a resource URL (seemed more logic to me that resource URL tries to use verbose_name_plural).

Edited by Ghost User

Merge request reports