Skip to content

Commit

Permalink
Merge pull request #4095 from shaedrich/rest-api
Browse files Browse the repository at this point in the history
Add related, release and created_by to topic "REST API"
  • Loading branch information
kenyonj authored Dec 18, 2023
2 parents 24dc2d5 + e43cd01 commit dac6afa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions topics/rest-api/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
aliases: rest, rest-api-tutorial
display_name: REST API
related: api, graphql-api
related: api, graphql-api, soap, rpc, wsdl
short_description: A representational state transfer (REST) API is a way to provide
compatibility between computer systems on the internet.
topic: rest-api
wikipedia_url: https://en.wikipedia.org/wiki/Representational_state_transfer
created_by: Roy Fielding
released: 2000
---
A representational state transfer (REST) API is a way to provide compatibility between computer systems on the Internet. The concept was first outlined in a dissertation by Roy Fielding in 2000.
A **representational state transfer** (**REST**) **API** is a way to provide compatibility between computer systems on the internet. The concept was first outlined in a dissertation by Roy Fielding in 2000.

0 comments on commit dac6afa

Please sign in to comment.