From e9222dd71a74b6e8ee9c2726b976768fca43f059 Mon Sep 17 00:00:00 2001 From: Andre Luis Date: Sat, 10 Oct 2015 20:07:26 -0300 Subject: [PATCH] Improve Swagger on Frameworks session --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9e1790c..89f9c9a 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,12 @@ However, they can be somewhat inflexible and are rather opinionated, so if your project doesn't fit with the choices the developers of your framework made, you'll have to migrate to a more hand-rolled configuration. +#### REST APIs + +##### Swagger + +[Swagger](http://swagger.io/) is a simple representation of your RESTful API. It is very usefull to describe your REST API and give suport operations teams and developers with [documentation](https://github.com/swagger-api/swagger-core. + ### Maven **Good alternative**: [Gradle][gradle].