--- id: gooddata-api-client version: "1.72.0" license: MIT license_treatment: permissive maintenance: active --- # gooddata-api-client — OpenAPI definition License: permissive · Maintenance: active · Downloads: 157.7K/mo ## What it is and what it does gooddata-api-client is an auto-generated Python wrapper around the GoodData REST API, built from OpenAPI specifications. It provides typed access to GoodData workspace operations—particularly around knowledge recommendations and memory items—without requiring you to construct HTTP requests manually. The package is a thin client layer that handles serialization, deserialization, and endpoint routing. It depends only on urllib3 for HTTP transport and python-dateutil for timestamp handling, keeping installation lightweight. Because it is generated from OpenAPI definitions, its API surface mirrors the underlying GoodData service exactly, making it useful for automation, integration, and scripting against GoodData deployments. Use it for: - Automate creation and management of knowledge recommendations within GoodData workspaces programmatically. - Build integration scripts that read and write memory items to GoodData for AI-driven analytics workflows. - Construct CI/CD pipelines that provision or update GoodData workspace entities without manual API calls. - Develop monitoring or auditing tools that query GoodData knowledge recommendations and memory items at scale. - Integrate GoodData analytics into Python applications that need workspace-level entity management. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a Python client for the GoodData API, automatically generated from OpenAPI specifications, enabling programmatic access to GoodData workspace operations including knowledge recommendations and memory items. Yes, if you are building Python applications or scripts that interact with GoodData workspaces. The low install friction, active maintenance, permissive license, and absence of known vulnerabilities make it a safe choice. The main caveat is that it is auto-generated and offers no independent documentation beyond the OpenAPI spec—you will need GoodData API documentation to use it effectively. ## Install pip install gooddata-api-client uv add gooddata-api-client poetry add gooddata-api-client ## Installing gooddata-api-client Before you install: Low friction install with only two lightweight runtime dependencies (urllib3 and python-dateutil). Actively maintained with a release 7 days old, indicating ongoing support. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal legal friction for commercial or private projects. Quickstart: pip install gooddata-api-client import gooddata_api_client from gooddata_api_client.api import ai_api configuration = gooddata_api_client.Configuration(host="http://localhost") with gooddata_api_client.ApiClient(configuration) as api_client: api_instance = ai_api.AIApi(api_client) # Call API methods like create_entity_knowledge_recommendations() Requires Python >=3.6 and a running GoodData instance or service endpoint to connect to. Verify before relying: - Whether the package is actively maintained by GoodData or community-generated; description notes it is auto-generated by OpenAPI Generator but maintenance status is unclear. - API stability and backward compatibility guarantees across version updates. - Authentication mechanism and credential handling requirements for connecting to GoodData instances. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 157.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags gooddata api client, openapi python client, gooddata workspace api, knowledge recommendations api, memory items management, gooddata rest client, automated api wrapper, api-client, openapi-generated, gooddata [View on SkillFed](https://skillfed.io/packages/gooddata-api-client) · [View on PyPI](https://pypi.org/project/gooddata-api-client/)