Skip to content

AttributeError: 'Secrets' object has no attribute 'list_names' #27

Description

@crestonbunch

This seems to directly contradict the docs: https://github.com/DopplerHQ/python-sdk/blob/main/src/dopplersdk/services/README.MD#list_names

Python 3.12.10 (main, Apr  9 2025, 03:49:38) [Clang 20.1.0 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from dopplersdk import DopplerSDK
>>> sdk = DopplerSDK()
>>> sdk.secrets
<dopplersdk.services.secrets.Secrets object at 0x1010f3890>
>>> sdk.secrets.list_names()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'Secrets' object has no attribute 'list_names'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions