From 4e54bc8b48ec3c8a193808d6b462610288f8a280 Mon Sep 17 00:00:00 2001 From: Teodora Onaca Date: Tue, 5 Apr 2016 12:10:14 +0200 Subject: [PATCH] Update 2016-04-05-generate-swagger.md --- _posts/2016-04-05-generate-swagger.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2016-04-05-generate-swagger.md b/_posts/2016-04-05-generate-swagger.md index 1b224b1..abec152 100644 --- a/_posts/2016-04-05-generate-swagger.md +++ b/_posts/2016-04-05-generate-swagger.md @@ -3,10 +3,10 @@ layout: post title: Generating Swagger from your API subtitle: How to quickly generate the swagger documentation from your existing API. category: howto -tags: [devops] +tags: [dev] author: teodora_onaca author_email: teodora.onaca@haufe-lexware.com -header-img: "images/bg-post.old.jpg" +header-img: "images/bg-post.jpg" --- If you already have an existing API and you just want to generate the swagger documentation from it, there are a couple easy steps to make it work. First off, you should be familiar with Swagger and, in particular, with [swagger-core](https://github.com/swagger-api/swagger-core). Assuming that you coded your REST API using JAX-RS, based on which was your library of choice (Jersey or RESTEasy), there are several [guides](https://github.com/swagger-api/swagger-core/wiki/Swagger-Core-JAX-RS-Project-Setup-1.5.X) available to get you set up very fast.