From f20f3f32f72692a8059d905b186424b08d701d87 Mon Sep 17 00:00:00 2001 From: Cooper Maa Date: Wed, 7 Sep 2016 00:39:14 +0800 Subject: [PATCH] Add resty for Go clients --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 286b514..98ca309 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Go Clients * [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs. +* [resty](https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client. ## Servers