From c49264ab723c08acdec3b985206dd95e3360fdde Mon Sep 17 00:00:00 2001 From: Inaki Date: Sun, 5 Apr 2020 18:43:23 +0200 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 29ab76e1..ef88ce3b 100644 --- a/docs/apis-and-restful-architecture.md +++ b/docs/apis-and-restful-architecture.md @@ -5,6 +5,9 @@ * [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/) +## API Testing +* [softwaretestingportal.com: API Testing, Key Terminologies and moreโ€ฆ..](http://www.softwaretestingportal.com/2020/03/31/api-testing/) + ## Related * [Creando un API REST en Java (parte 1)](https://www.oscarblancarteblog.com/2018/06/25/creando-un-api-rest-en-java-parte-1/) * [Dzone: How to Create a REST API With Spring Boot](https://dzone.com/articles/how-to-create-rest-api-with-spring-boot)