![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@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 849 weekly downloads. As such, @gooddata/api-client-bear popularity was classified as not popular.
We found that @gooddata/api-client-bear demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.