From ec21bc8c3d8cf17acce19f0f7f86a4a3ed4cb237 Mon Sep 17 00:00:00 2001 From: Foluso Ogunlana Date: Wed, 20 Oct 2021 15:14:36 +0100 Subject: [PATCH] docs(67): update image and bootstrap --- .../init/src/main/resources/icons/paystack.svg | 2 +- .../connectors/source-paystack/ BOOTSTRAP.md | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 airbyte-integrations/connectors/source-paystack/ BOOTSTRAP.md diff --git a/airbyte-config/init/src/main/resources/icons/paystack.svg b/airbyte-config/init/src/main/resources/icons/paystack.svg index 6cf03a4a71d1..d9374ee44d87 100644 --- a/airbyte-config/init/src/main/resources/icons/paystack.svg +++ b/airbyte-config/init/src/main/resources/icons/paystack.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/airbyte-integrations/connectors/source-paystack/ BOOTSTRAP.md b/airbyte-integrations/connectors/source-paystack/ BOOTSTRAP.md deleted file mode 100644 index d3d74777cacc..000000000000 --- a/airbyte-integrations/connectors/source-paystack/ BOOTSTRAP.md +++ /dev/null @@ -1,11 +0,0 @@ -# Cart - -paystack.com is a straightforward CRUD REST API. Connector is implemented with [Airbyte CDK](https://docs.airbyte.io/connector-development/cdk-python). - -It consists of some REST resources like customers, transactions, transfers, subscriptions, etc. each of which have a list endpoint with a "from" filter that can be used to perform incremental syncs. - -Auth uses an API token which can be found in the Paystack dashboard. -Pagination uses a cursor pagination strategy. - -See the links below for information about specific streams and some nuances about the connector: -- [Paystack connector documentation](https://docs.airbyte.io/integrations/sources/paystack)