From 95746bca48efee87b0b7e77d0639159ac47f6b23 Mon Sep 17 00:00:00 2001 From: Derric Gilling Date: Thu, 8 Mar 2018 12:12:35 -0800 Subject: [PATCH] Update README.md Remove extra articles --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 03908c6..0faaaaf 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,6 @@ 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 -* [Guide to CORS](https://www.moesif.com/blog/technical/cors/Authoritative-Guide-to-CORS-Cross-Origin-Resource-Sharing-for-REST-APIs/) - Guide to how CORS works and common pitfalls around security by Moesif. -* [Authorization on REST APIs](https://www.moesif.com/blog/technical/restful-apis/Authorization-on-RESTful-APIs/) - Building authentication and authorization for REST APIs by Moesif. -* [REST Security Cheat Sheet](https://www.owasp.org/index.php/REST_Security_Cheat_Sheet) - REST Security Cheat Sheet by OWASP. -* [Filtering, Sorting, and Pagination](https://www.moesif.com/blog/technical/api-design/REST-API-Design-Filtering-Sorting-and-Pagination/) - REST API Design: Filtering, Sorting, and Pagination by Moesif. -* [API Design Guidelines](https://zalando.github.io/restful-api-guidelines/index.html) - REST API and Event Scheme Guidelines by Zalando. -* [API Design Overview](https://codeplanet.io/principles-good-restful-api-design/) - Principles of good REST API Design by Code Planet. ## Standards