
Security News
Next.js Patches Critical Middleware Vulnerability (CVE-2025-29927)
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
@gooddata/api-client-bear
Advanced tools
This package is a part of the GoodData.UI SDK. To learn more, check the source monorepo.
The contents of this package were previously available under @gooddata/gooddata-js
. We have consolidated, renamed
and re-versioned all the JavaScript assets in GoodData UI.SDK v8.
This package provides a thin REST API Client for the GoodData Platform (codename bear
). The API client is useful for specific,
low-level tasks targeting the platform. It can be used to develop small applications for either browser or the node.js
environment. The responsibilities of the API client are mostly about exposing REST API endpoints as asynchronous
function calls - with degrees of convenience varying from API to API.
However, we believe and recommend that the API client should be used as a last resort in situations where the higher-level
components and abstractions are insufficient: please check out the @gooddata/sdk-backend-spi
and
@gooddata/sdk-backend-bear
to learn about a more convenient API to work with analytical backends.
Note: if you are using the API client to drive custom executions on GoodData platform then you should consider using the Analytical Backend implementation for GoodData platform. The execution services located therein offer more convenient APIs.
This table shows which version of the gooddata-js introduced support for a particular API version.
The REST API versions in the table are just for your information as the values are set internally and cannot be overridden.
api-client-bear version | REST API version |
---|---|
>= 8.0.0 | 4 |
import sdk from "@gooddata/api-client-bear";
sdk.user
.login("john.doe@example.com", "your-secret-password")
.then((response) => console.log("Login OK", response))
.catch((apiError) => console.error("Login failed", apiError, "\n\n", apiError.responseBody));
(C) 2017-2022 GoodData Corporation
This project is under MIT License. See LICENSE.
FAQs
API Client for the GoodData platform
The npm package @gooddata/api-client-bear receives a total of 2,847 weekly downloads. As such, @gooddata/api-client-bear popularity was classified as popular.
We found that @gooddata/api-client-bear demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 49 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.