Skip to content

Commit

Permalink
Revert earlier changes to Basic Request Model description
Browse files Browse the repository at this point in the history
  • Loading branch information
thedriftofwords committed Jan 24, 2025
1 parent 7b0a2f6 commit 3126791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/architecture-overview/architecture-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ metadata:

Chainlink connects smart contracts with external data using its decentralized oracle network. Chainlink API requests are handled 1:1 by an oracle.

The [Basic Request Model](/architecture-overview/architecture-request-model) describes the onchain architecture of requesting data from a single oracle source. This request model still describes how Data Feeds works.
The [Basic Request Model](/architecture-overview/architecture-request-model) describes the onchain architecture of requesting data from a single oracle source.

Historically, [Any API](/any-api/get-request/introduction) was used to make GET requests using a single oracle. Currently, we recommend using Chainlink Functions to send a request to the Decentralized Oracle Network (DON). Learn about the [Request and Receive Data model](/chainlink-functions/resources/architecture) used in Chainlink Functions.
To learn how to make a GET request using a single oracle, see [Make a GET Request](/any-api/get-request/introduction).

## Decentralized data model

Expand Down

0 comments on commit 3126791

Please sign in to comment.