No commit activity in last 3 years
No release in over 3 years
Loads records from Spotx API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.10.6
>= 0.8.39
>= 10.0

Runtime

~> 3.0.0
 Project Readme

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

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