Skip to content

keboola/component-app-store-connect

Repository files navigation

App Store Connect

Description

Table of Contents:

[TOC]

Functionality Notes

Prerequisites

Ensure you have the necessary API token, register the application, etc.

Features

Feature Description
Generic UI Form Dynamic UI form for easy configuration.
Row-Based Configuration Allows structuring the configuration in rows.
OAuth OAuth authentication enabled.
Incremental Loading Fetch data in new increments.
Backfill Mode Supports seamless backfill setup.
Date Range Filter Specify the date range for data retrieval.

Supported Endpoints

If you need additional endpoints, please submit your request to ideas.keboola.com.

Configuration

Param 1

Details about parameter 1.

Param 2

Details about parameter 2.

Output

Provides a list of tables, foreign keys, and schema.

Development

To customize the local data folder path, replace the CUSTOM_FOLDER placeholder with your desired path in the docker-compose.yml file:

    volumes:
      - ./:/code
      - ./CUSTOM_FOLDER:/data

Clone this repository, initialize the workspace, and run the component using the following commands:

git clone https://github.com/keboola/component-app-store-connect app_store_connect
cd app_store_connect
docker-compose build
docker-compose run --rm dev

Run the test suite and perform lint checks using this command:

docker-compose run --rm test

Integration

For details about deployment and integration with Keboola, refer to the deployment section of the developer documentation.