![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@gooddata/api-client-tiger
Advanced tools
This package is a part of the GoodData.UI SDK. To learn more, check the source monorepo.
This package provides a thin REST API Client for GoodData Cloud and GoodData.CN (joint codename tiger
). 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.
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-tiger
to learn about a more convenient API to work with analytical backends.
import sdk from "@gooddata/api-client-tiger";
// Authorize your requests
sdk.setApiToken(YOUR_GOODDATA_CN_TOKEN);
// Call the REST API
sdk.declarativeLayout.getWorkspacesLayout();
(C) 2017-2022 GoodData Corporation
This project is under MIT License. See LICENSE.
FAQs
API Client for GoodData Cloud and GoodData.CN
The npm package @gooddata/api-client-tiger receives a total of 6,303 weekly downloads. As such, @gooddata/api-client-tiger popularity was classified as popular.
We found that @gooddata/api-client-tiger demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
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.