From 9c6d8f5a95d7f4e7c4f37e43ed5d509c648b9d82 Mon Sep 17 00:00:00 2001 From: Markus Tiede Date: Mon, 21 Jun 2021 11:20:55 +0200 Subject: [PATCH] Propose Zalando REST Guidelines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fba652d..98eba89 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [REST API Tutorial](http://www.restapitutorial.com/) - RestApiTutorial.com is dedicated to tracking REST API best practices and making resources available to enable quick reference and self education for the development crafts-person. * [Microsoft REST API Guidelines](https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#readme) - The Microsoft REST API Guidelines, as a design principle, encourages application developers to have resources accessible to them via a RESTful HTTP interface. * [API-Security-Checklist](https://github.com/shieldfy/API-Security-Checklist) - Best practices about REST API security +* [Restful API Guidelines by Zalando](https://github.com/zalando/restful-api-guidelines) - Developing Restful APIs: A Comprehensive Set of Guidelines. ## Standards