From 3fe6073bbaf72a8373c117a9d453184410d138d5 Mon Sep 17 00:00:00 2001 From: andreikochanov Date: Fri, 15 Nov 2024 19:15:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D0=BB=20?= =?UTF-8?q?=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=BC=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/junior-3/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/junior-3/api.md b/frontend/junior-3/api.md index 25075f0d..a1f426e6 100644 --- a/frontend/junior-3/api.md +++ b/frontend/junior-3/api.md @@ -10,8 +10,8 @@ ### Ресурсы * [REST API Tutorial](https://www.restapitutorial.com/) -* [JSON API – работаем по спецификации](https://habr.com/ru/companies/oleg-bunin/articles/433322/) * [Nate Barbettini – API Throwdown: RPC vs REST vs GraphQL, Iterate 2018](https://www.youtube.com/watch?v=IvsANO0qZEg) +* [JSON API – работаем по спецификации](https://habr.com/ru/companies/oleg-bunin/articles/433322/) * [JSON API Specification](http://jsonapi.org/format/) * [JSON RPC Specification](https://www.jsonrpc.org/specification) * [GraphQL Specification](https://facebook.github.io/graphql/)