
Security News
OpenGrep Restores Fingerprinting in JSON and SARIF Outputs
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
@gooddata/api-client-tiger
Advanced tools
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.
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.
(C) 2017-2020 GoodData Corporation
This project is under commercial license. See LICENSE.
FAQs
API Client for GoodData Cloud and GoodData.CN
The npm package @gooddata/api-client-tiger receives a total of 4,577 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
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.