From bf83e93c24c6667319bc05c69609f86268bdc28b Mon Sep 17 00:00:00 2001 From: milap-neupane Date: Wed, 24 Oct 2018 09:02:58 +0545 Subject: [PATCH] Arrange in alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 615f57c..a15a5e6 100644 --- a/README.md +++ b/README.md @@ -279,12 +279,12 @@ A curated list of Microservice Architecture related principles and technologies. ### Ruby +- [Grape](https://github.com/ruby-grape/grape) - An opinionated framework for creating REST-like APIs - [Hanami](https://github.com/hanami) - A modern web framework for Ruby. - [Praxis](https://github.com/rightscale/praxis) - Framework for both designing and implementing APIs. - [Rails API](http://edgeguides.rubyonrails.org/api_app.html) - Rails as an API only. - [Scorched](https://github.com/wardrop/Scorched) - Light-weight web framework for Ruby. - [Sinatra](http://www.sinatrarb.com/) - Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort. -- [Grape](https://github.com/ruby-grape/grape) - An opinionated framework for creating REST-like APIs ## Capabilities