From 94e7fb15d042e8cf354474e87652c9d9d06012a0 Mon Sep 17 00:00:00 2001 From: Louis DUTEL Date: Thu, 16 May 2019 09:49:07 +0200 Subject: [PATCH] Add a blogpost to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8522e83bb..3d8f0cf84 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ $ npm install -g dredd ## Howtos, Tutorials, Blogposts (3rd party) +- [Maintenir à jour sa documentation d'API avec Dredd !](https://blog.itnetwork.fr/blog-post/2019/05/06/dredd-partie-1-ecriture-documentation.html) *05/06/2019* - [Dredd - Language-agnostic HTTP API Testing Tool - Interview with Honza Javorek](https://survivejs.com/blog/dredd-interview/) *3/22/2019* - [Testing your API with Dredd](https://medium.com/mop-developers/testing-your-api-with-dredd-c02e6ca151f2) *9/27/2018* - [Writing Testable API Documentation Using APIB and Dredd (Rails)](https://blog.rebased.pl/2018/06/29/testable-api-docs.html) *6/29/2018*