Add resty for Go clients

This commit is contained in:
Cooper Maa
2016-09-07 00:39:14 +08:00
parent bb4d043825
commit f20f3f32f7

View File

@@ -86,6 +86,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
### Go Clients ### Go Clients
* [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs. * [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 ## Servers