Skip to content

Commit

Permalink
Link the dlt requests
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Mar 26, 2024
1 parent a08b4ba commit e30105f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/rest-client.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reading data from RESTful APIs

RESTful APIs are a common way to interact with web services. They are based on the HTTP protocol and are used to read and write data from and to a web server. dlt provides a simple way to read data from RESTful APIs using two helper methods: a wrapper around the `requests` library and a `RESTClient` class.
RESTful APIs are a common way to interact with web services. They are based on the HTTP protocol and are used to read and write data from and to a web server. dlt provides a simple way to read data from RESTful APIs using two helper methods: [a wrapper around the `requests`](../reference/performance#using-the-built-in-requests-client) library and a `RESTClient` class.

:::tip
There's also shorthand function to read from paginated APIs. Check out the [paginate()](#shortcut-for-paginating-api-responses) function.
Expand Down

0 comments on commit e30105f

Please sign in to comment.