* Add new source: xkcd * Add documentation for xckd connector * Fix unit test test_parse_response * Fix xkcd changelog * Improve iteration method * Update tests test_next_page_token and test_parse_response * add timeout for full read * add seed config and eof * correct source def id * auto-bump connector version Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
26 lines
1.0 KiB
Markdown
26 lines
1.0 KiB
Markdown
# XKCD
|
|
|
|
This page guides you through the process of setting up the xkcd source connector.
|
|
|
|
## Prerequisites
|
|
|
|
XKCD is an open API, so no credentials are needed to set up the surce.
|
|
|
|
## Supported sync modes
|
|
|
|
The xkcd source connector supports on full sync refresh.
|
|
|
|
## Supported Streams
|
|
|
|
That is just one stream for xkcd, that retrieves a given comic metadata.
|
|
|
|
### Performance considerations
|
|
|
|
XKCD does not perform rate limiting.
|
|
|
|
## Changelog
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
|:--------|:-----------|:---------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| 0.1.0 | 2022-10-17 | [18049](https://github.com/airbytehq/airbyte/pull/18049) | Initial version/release of the connector.
|