From ff43a8a88a158c0495f0a892d6dfa2172dff0ed9 Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Wed, 11 Sep 2024 23:22:53 +0200 Subject: [PATCH] Update docs/website/docs/tutorial/rest-api.md Co-authored-by: Akela Drissner-Schmid <32450038+akelad@users.noreply.github.com> --- docs/website/docs/tutorial/rest-api.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/website/docs/tutorial/rest-api.md b/docs/website/docs/tutorial/rest-api.md index fdbe0ed8ee..8faee0f004 100644 --- a/docs/website/docs/tutorial/rest-api.md +++ b/docs/website/docs/tutorial/rest-api.md @@ -4,9 +4,7 @@ description: How to extract data from a REST API using dlt's REST API source keywords: [tutorial, api, github, duckdb, rest api, source, pagination, authentication] --- -This tutorial shows how to extract data from a REST API using dlt's generic REST API source. The tutorial will guide you through the basics of setting up and configuring the source to load data from the API into a destination. - -As a practical example, we'll build a data pipelines that loads data from the [Pokemon](https://pokeapi.co/) and [GitHub](https://docs.github.com/en/rest) APIs into a [DuckDB](https://duckdb.org) database. +This tutorial demonstrates how to extract data from a REST API using dlt's REST API source and load it into a destination. You will learn how to build a data pipeline that loads data from the [GitHub API](https://docs.github.com/en/) into a local DuckDB database. ## What you will learn