Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.53 KB

pokeapi.md

File metadata and controls

34 lines (20 loc) · 1.53 KB

PokéAPI

Overview

The PokéAPI source currently supports only Full Refresh syncs.

This source uses the fully open PokéAPI to serve and retrieve information about Pokémon. This connector should be primarily used for educational purposes or for getting a trial source up and running without needing any dependencies.

Output schema

Currently, only one output stream is available from this source, which is the Pokémon output stream. This schema is defined here.

Data type mapping

The PokéAPI uses the same JSONSchema types that Airbyte uses internally (string, date-time, object, array, boolean, integer, and number), so no type conversions happen as part of this source.

Features

Feature Supported?
Full Refresh Sync Yes
Incremental - Append Sync No
Replicate Incremental Deletes No
SSL connection No
Namespaces No

Performance considerations

According to the API's fair use policy, please make sure to cache resources retrieved from the PokéAPI wherever possible.

Dependencies/Requirements

  • As this API is fully open and is not rate-limited, no authentication or rate-limiting is performed, so you can use this connector right out of the box without any further configuration.