* Initial commit * Add streams * Correct acceptance test config * Make secret * Update docsurl * Remove catalog.json * Add second stream * Add default to spec * Change to start_date and end_date * Add links to CoinAPI docs in spec * Change to start_date and end_date * Add docs * add coin api to source seed file * remove icon * generate source spec for coin api Co-authored-by: Vincent Koc <koconder@users.noreply.github.com> Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"ohlcv_historical_data": {
|
|
"time_start": "2023-01-01T00:00:00",
|
|
"time_end": "2024-01-01T00:00:00"
|
|
},
|
|
"trades_historical_data": {
|
|
"time_start": "2023-01-01T00:00:00",
|
|
"time_end": "2024-01-01T00:00:00"
|
|
}
|
|
}
|