From 658647067b3db4efbbeb8fdef9d44f8bbace8603 Mon Sep 17 00:00:00 2001 From: Inaki Date: Sun, 23 Feb 2020 13:33:11 +0100 Subject: [PATCH] Update apis-and-restful-architecture.md --- docs/apis-and-restful-architecture.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/apis-and-restful-architecture.md b/docs/apis-and-restful-architecture.md index 32f0e18c..dc67d818 100644 --- a/docs/apis-and-restful-architecture.md +++ b/docs/apis-and-restful-architecture.md @@ -4,3 +4,6 @@ * [Introduction to APIs (youtube playlist)](https://www.youtube.com/playlist?list=PLM-7VG-sgbtBBnWb2Jc5kufgtWYEmiMAw) * [Dzone: REST API tutorials](https://dzone.com/articles/rest-api-tutorials) * [medium: Do I Need an API Gateway if I Use a Service Mesh? 🌟🌟](https://blog.christianposta.com/microservices/do-i-need-an-api-gateway-if-i-have-a-service-mesh/) + +## Related +* [Creando un API REST en Java (parte 1)](https://www.oscarblancarteblog.com/2018/06/25/creando-un-api-rest-en-java-parte-1/)