New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gooddata/api-client-tiger

Package Overview
Dependencies
Maintainers
55
Versions
2436
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 the Tiger backend

  • 8.0.0-beta.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9.1K
decreased by-3.9%
Maintainers
55
Weekly downloads
 
Created
Source

Tiger GoodData Platform REST API Client

Introduction

This package provides a thin REST API Client for the 'tiger' GoodData Platform. 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.

Note: if you are using the API client to drive custom executions on GoodData platform then there is no reason to use the API client directly. The

This is Tiger platform API client. Client is generated by openapi-generator using typescript-axios module, from our OpenAPI specification.

Client generation example:

BASE_URL=http://localhost:9005/ USERNAME=username PASSWORD=password npm run generate-client

Or you can create a .env file with the following format

USERNAME=username
PASSWORD=password
BASE_URL=http://localhost:9005/

and just run npm run generate-client. The .env file is ignored by git, so don't worry about putting the credentials there.

License

(C) 2017-2020 GoodData Corporation

This project is dual licensed:

  • The ATTRIBUTION-NONCOMMERCIAL 4.0 INTERNATIONAL (CC BY-NC 4.0) is used for purpose of the trial experience and evaluation of GoodData.UI library.
  • The GOODDATA GOODDATA.UI LIBRARY END USER LICENSE AGREEMENT is used for GoodData customers.

For more information, please see LICENSE

FAQs

Package last updated on 07 Jul 2020

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