1
0
mirror of synced 2026-01-02 21:02:43 -05:00
Files
airbyte/docs/integrations/sources/public-apis.md
Andrés Bravo 0ee930678b 🎉 New Source: Public APIs [python CDK] (#18471)
* [ airbytehq/connector-contest#91 ] Add Source Public APIs

* [ airbytehq/connector-contest#91 ] Add Source Bootstrap.md

* [ airbytehq/connector-contest#91 ] Add Source documentation

* [ airbytehq/connector-contest#91 ] Add Source Public APIs

* [ airbytehq/connector-contest#91 ] Add Source Bootstrap.md

* [ airbytehq/connector-contest#91 ] Add Source documentation

* [ airbytehq/connector-contest#91 ] Remove uneeded incremental class and tests, updated doc

* [ airbytehq/connector-contest#91 ] Remove uneeded incremental class and tests, updated doc

* [ airbytehq/connector-contest#91 ] Fix pflake8 offenses

* run airbytePythonFormat on source-public-apis, and remove test_incremental_streams.py

* fix: generate and add source definitions

* - update documentationUrl;
- add new lint to eof

* auto-bump connector version

* correct documentationUrl in source_specs.yaml

Co-authored-by: Yiyang Li <yiyangli2010@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-01 13:18:10 -03:00

1.0 KiB

Public APIs

Sync overview

This source can sync data for the Public APIs REST API. It supports only Full Refresh syncs.

Output schema

This Source is capable of syncing the following Streams:

Data type mapping

Integration Type Airbyte Type Notes
string string
integer, number number
boolean boolean

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental Sync No
SSL connection Yes
Namespaces No
Pagination No

Getting started

Requirements

There is no requirements to setup this source.

Setup guide

This source requires no setup.

Changelog

Version Date Pull Request Subject
0.1.0 2022-10-28 18471 Initial Release