1
0
mirror of synced 2026-01-04 09:04:47 -05:00
Files
airbyte/docs/integrations/sources/http-request.md
Abhi Vaidyanatha c9b529cca7 Add the Graveyarded HTTP Request back to docs (#9451)
* Re-add HTTP Request source docs

* Add to SUMMARY.md
2022-01-29 01:26:00 -08:00

18 lines
1.2 KiB
Markdown

# HTTP Request (Graveyarded)
{% hint style="warning" %}
This connector is graveyarded and will not be receiving any updates from the Airbyte team. Its functionalities have been replaced by the [Airbyte CDK](../../connector-development/cdk-python/README.md), which allows you to create source connectors for any HTTP API.
{% endhint %}
## Overview
This connector allows you to generally connect to any HTTP API. In order to use this connector, you must manually bring it in as a custom connector. The steps to do this can be found [here](../../connector-development/tutorials/cdk-tutorial-python-http/7-use-connector-in-airbyte.md).
## Where do I find the Docker image?
The Docker image for the HTTP Request connector image can be found at our DockerHub [here](https://hub.docker.com/r/airbyte/source-http-request).
## Why was this connector graveyarded?
We found that there are lots of cases in which using a general connector leads to poor user experience, as there are countless edge cases for different API structures, different authentication policies, and varied approaches to rate-limiting. We believe that enabling users to more easily
create connectors is a more scalable and resilient approach to maximizing the quality of the user experience.