Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gooddata/api-client-tiger

Package Overview
Dependencies
Maintainers
0
Versions
2355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/api-client-tiger

API Client for GoodData Cloud and GoodData.CN

  • 10.16.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

GoodData Cloud and GoodData.CN REST API Client

npm version  npm monthly downloads  typescript

This package is a part of the GoodData.UI SDK. To learn more, check the source monorepo.

Introduction

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.

Usage

import sdk from "@gooddata/api-client-tiger";

// Authorize your requests
sdk.setApiToken(YOUR_GOODDATA_CN_TOKEN);

// Call the REST API
sdk.declarativeLayout.getWorkspacesLayout();

License

(C) 2017-2022 GoodData Corporation

This project is under MIT License. See LICENSE.

FAQs

Package last updated on 12 Dec 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc