From 0b0f97fa12f2fa645542827f9a63ae75d18e593e Mon Sep 17 00:00:00 2001 From: Cooper Maa Date: Wed, 7 Sep 2016 08:55:42 +0800 Subject: [PATCH] Move raml-ruby-client-generator to the bottom of current category --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36f50c5..5aa3e78 100644 --- a/README.md +++ b/README.md @@ -77,12 +77,12 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Ruby Clients -* [raml-ruby-client-generator](https://github.com/zlx/raml-ruby-client-generator) - Auto generate API client from a RAML file. * [RESTClient](https://github.com/rest-client/rest-client) - Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions. * [Spyke](https://github.com/balvig/spyke) - Interact with REST services in an ActiveRecord-like manner. * [excon](https://github.com/excon/excon) - Usable, fast, simple Ruby HTTP 1.1. It works great as a general HTTP(s) client and is particularly well suited to usage in API clients. * [httparty](https://github.com/jnunemaker/httparty) - Makes HTTP fun again! * [Net::HTTP](http://ruby-doc.org/stdlib/libdoc/net/http/rdoc/Net/HTTP.html) - Net::HTTP provides a rich library which can be used to build HTTP user-agents. +* [raml-ruby-client-generator](https://github.com/zlx/raml-ruby-client-generator) - Auto generate API client from a RAML file. ### Go Clients