You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the /Schemas endpoint always returns Group even though we don't have groups defined in our set up. Allowing default_resources to be configurable / overridable (or even determining this automatically from the fact that there is no groups resource included via the resources mixin) is a good idea to allow auto-discovery.
The text was updated successfully, but these errors were encountered:
gsar
changed the title
allow default_resources to be configurable
omit Groups from /Schemas if not configured
Apr 6, 2024
#133 will implement this, via a new call that lets you override defaults. I tried a few introspection approaches to do this automatically, but they were messy and unreliable. A simpler approach seemed better.
I noticed the
/Schemas
endpoint always returnsGroup
even though we don't have groups defined in our set up. Allowingdefault_resources
to be configurable / overridable (or even determining this automatically from the fact that there is no groups resource included via the resources mixin) is a good idea to allow auto-discovery.The text was updated successfully, but these errors were encountered: