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
Describe the bug
I was reading the docs of UnleashClient and noticed that the disable_registration parameter doesn't have a description (code reference). What does it do?
CaueP
changed the title
UnleashClient.disable_registration isn't explained on the docs
UnleashClient.disable_registration isn't documented on the docs
Jun 2, 2023
Whoops! There's actually a PR for fixing the docstring. (I need to see why unit tests are being cranky.)
disable_registration sends metadata to the Unleash server on Unleash Client startup. The main use case is Gitlab's Unleash integration which doesn't support registration.
Describe the bug
I was reading the docs of UnleashClient and noticed that the
disable_registration
parameter doesn't have a description (code reference). What does it do?To Reproduce
Steps to reproduce the behavior:
disable_registration
parameterExpected behavior
I expected to see a description of what it does on the description page.
The text was updated successfully, but these errors were encountered: