Giter Site home page Giter Site logo

rgooddata's Introduction

Build Status codecov CRAN Downloads

rGoodData package provides interface to GoodData API. With it you can load report data in the raw format.

Here is a short example:

# Setup the required environment variables
Sys.setenv(GOODDATA_DOMAIN = "https://gooddata.com")
Sys.setenv(GOODDATA_PROJECT = "project-id")
Sys.setenv(GOODDATA_USER = "user-name")
Sys.setenv(GOODDATA_PASSWORD = "user-password")

library(rGoodData)
library(data.table)
# get data for a given report object-id
def.obj <- getLastDefinition(1213086)
uri <- getReportRawUri(def.obj)
dt <- getReportData(uri)

rgooddata's People

Contributors

byapparov avatar nealrichardson avatar

Watchers

 avatar  avatar

Forkers

nealrichardson

rgooddata's Issues

Add Mandatory User-Agent Header to API Request

Starting from March 31, 2018, the GoodData REST API will require every API request to contain the User-Agent header. Any API request without the User-Agent header made after March 31, 2018, will be rejected.

The User-Agent header must be in the following format:
product/version ([email protected])

where:
-- product is your product name; can include your company name; must not contain spaces or slashes ( / )
-- version is your product version; must not contain spaces or slashes ( / )
-- [email protected] is the email of the contact person responsible for the product in your company. The email is optional if you have specified your company name in product.

Examples:
Insights-Provisioner/1.0 ([email protected])
Acme-Company-GDIntegration/0.9

Action needed:
If you use a tool for handling API calls or a custom library for integrating with the GoodData REST API, update them to include the User-Agent header in every API request.
Although the API change is planned for the next year, we strongly recommend that you do so as soon as possible.

From release notes: https://support.gooddata.com/hc/en-us/articles/115004770027-June-3-2017

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.