Skip to content

ProjectsApi.get_projects does not work #12

Open
@tjsingleton

Description

@tjsingleton

I tested this w\ 8.0.0 and 9.0.1.

configuration = launchdarkly_api.Configuration()
configuration.api_key['ApiKey'] = API_KEY

from launchdarkly_api.api import projects_api

api_client = launchdarkly_api.ApiClient(configuration)
projects_client = projects_api.ProjectsApi(api_client)
projects_client.get_projects()

TypeError: _from_openapi_data() missing 1 required positional argument: 'environments'

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