From 2fb2a6a9ef23a4cbe5f2ae942281acc6d3d4f206 Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Fri, 25 Mar 2022 10:44:21 +0300 Subject: [PATCH] Add a link on JSON:API --- site/content/en/docs/contributing/rest-api-design.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/en/docs/contributing/rest-api-design.md b/site/content/en/docs/contributing/rest-api-design.md index 4b3c3776..4a1eb81b 100644 --- a/site/content/en/docs/contributing/rest-api-design.md +++ b/site/content/en/docs/contributing/rest-api-design.md @@ -44,3 +44,4 @@ Common scheme for our REST API is ` [namespace] `. - [Best practices for REST API design](https://stackoverflow.blog/2020/03/02/best-practices-for-rest-api-design/) - [Flat vs. nested resources](https://stackoverflow.com/questions/20951419/what-are-best-practices-for-rest-nested-resources) - [REST API Design Best Practices for Sub and Nested Resources](https://www.moesif.com/blog/technical/api-design/REST-API-Design-Best-Practices-for-Sub-and-Nested-Resources/) +- [A specification for building APIs in JSON](https://jsonapi.org/)