Sha256: fe25729ed3dc514e94fd72cf22582ef989e7814e2f10ac528239f96cd933a010

Contents?: true

Size: 762 Bytes

Versions: 2

Compression:

Stored size: 762 Bytes

Contents

# Spotx API data input plugin for Embulk

Loads records from Spotx API

## Overview

* **Plugin type**: input
* **Resume supported**: no
* **Cleanup supported**: no
* **Guess supported**: no

## Configuration

- **endpoint**: Spotx API endpoint to get data from (string, required)
- **client_id**: Spotx API client ID (string, required)
- **client_secret**: Spotx API client secret (string, required)
- **refresh_token**: Spotx API refresh token (string, required)

## Example

```yaml
in:
  type: spotx
  endpoint: https://api.spotxchange.com/1.0/Publisher($ID)/Channels/AdvertiserReport?date_range=last_7_days
  client_id: $client_id
  client_secret: $client_secret
  refresh_token: $refresh_token
  parser:
    type: json
```


## Build

```
$ rake build
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
embulk-input-spotx-0.2.0 README.md
embulk-input-spotx-0.1.0 README.md