An open API service indexing awesome lists of open source software.

https://github.com/mindreframer/api-stuff


https://github.com/mindreframer/api-stuff

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

## Grape + Swagger
- http://artsy.github.io/blog/2013/06/21/adding-api-documentation-with-grape-swagger/
- https://github.com/dblock/grape-on-rack.git
- http://code.dblock.org/evolving-apis-using-grape-api-versioning
- https://github.com/dblock/grape-on-rack-v1-inside-v2

## Ruby API
- https://www.ruby-toolbox.com/categories/API_Builders

## Rest Api Documentation:
- http://mestachs.wordpress.com/2012/08/06/rest-api-documentation/

## Ruby Rest APIs
- http://www.plugingeek.com/categories/api-create-ruby-api-clients-ruby
- http://stackoverflow.com/questions/10289024/generate-and-publish-ruby-based-rest-apis-documentation
[](http://www.youtube.com/watch?v=lTSl7IwbrvI&list=PLE7tQUdRKcybxgqVTwuOA12wr5Gn2M2Pp)

## Barister RPC
- http://barrister.bitmechanic.com/index.html
- https://github.com/coopernurse/barrister-site/tree/master/examples/redis-msgpack

## Swagger:
- [Scaling With Swagger](http://de.slideshare.net/fehguy/scaling-with-swagger-11728693)
- [Rails Conf 2013 Testing HTTP APIs in Ruby by Shai Rosenfeld, good tips from Engine Yard](http://redcrackle.com/case_study/apihub)

## General Guidelines:
- [API design for humans](http://37signals.com/svn/posts/3018-api-design-for-humans)

## Serialization:
MsgPack:
- [MsgPack + Redis](https://groups.google.com/forum/#!topic/redis-db/59s1gAnClHA)
- http://www.redisgreen.net/blog/2013/03/18/intro-to-lua-for-redis-programmers/
- http://evalsha.com/

## Some real insights for Ruby APIs
- http://blog.huangzhimin.com/2013/06/07/my-presentation-at-reddotrubyconf-2013/
- very cool facts
- MUSTREAD!

*** GENERATED BY https://github.com/mindreframer/techwatcher (ruby _sh/pull api-stuff) ***

apotonick/roar:
Resource-oriented architectures in Ruby. Roar focuses on object-oriented REST documents.
517 commits, last change: , 984 stars, 75 forks

artsy/garner:
A set of Rack middleware and cache helpers that implement various caching strategies.
237 commits, last change: , 204 stars, 14 forks

coopernurse/barrister-ruby:
Ruby bindings for Barrister RPC
17 commits, last change: , 4 stars, 1 forks

coopernurse/barrister-site:
Barrister web site contents (Jekyll)
49 commits, last change: , 1 stars, 0 forks

coopernurse/barrister:
clean contracts
130 commits, last change: , 14 stars, 1 forks

dblock/grape-on-rack-v1-inside-v2:
Demonstrate versioning fallback in Grape.
3 commits, last change: , 5 stars, 1 forks

dblock/grape-on-rack:
A demo Grape API mounted on RACK.
56 commits, last change: , 88 stars, 22 forks

elc/rapi_doc:
Document Generator for Rails RESTful APIs
102 commits, last change: , 61 stars, 27 forks

flyerhzm/apis-bench:

106 commits, last change: , 27 stars, 6 forks

fredwu/api_taster:
A quick and easy way to visually test your Rails application's API.
118 commits, last change: , 619 stars, 71 forks

gamache/hyperresource:
A self-inflating Ruby client for hypermedia APIs.
170 commits, last change: , 249 stars, 20 forks

Gazler/rapidash:
Rapidly develop your API client
121 commits, last change: , 141 stars, 13 forks

intridea/grape:
An opinionated micro-framework for creating REST-like APIs in Ruby.
1,053 commits, last change: , 4,318 stars, 472 forks

jrhe/grape-active_model_serializers:
User active_model_serializers with Grape
64 commits, last change: , 28 stars, 14 forks

lanej/cistern:
API client framework extracted from Fog
96 commits, last change: , 70 stars, 11 forks

lanej/zendesk2:
Zendesk API V2 client using Cistern
201 commits, last change: , 10 stars, 9 forks

mfojtik/sinatra-rabbit:
Sinatra based framework and DSL for building rock-solid REST applications (like API's)
103 commits, last change: , 82 stars, 6 forks

milkcocoa/grape-jbuilder:
Use Jbuilder with Grape
26 commits, last change: , 11 stars, 2 forks

mwunsch/gilt:
Ruby client for the Gilt public API (dev.gilt.com)
52 commits, last change: , 13 stars, 1 forks

mwunsch/weary:
A framework and DSL for building RESTful web service clients
441 commits, last change: , 495 stars, 18 forks

nesquena/rabl:
General ruby templating with json, bson, xml, plist and msgpack support
741 commits, last change: , 2,725 stars, 266 forks

OriPekelman/paris-rb-grape-talk:
paris-rb grape talk
14 commits, last change: , 1 stars, 0 forks

Pajk/apipie-rails:
Rails API documentation tool
411 commits, last change: , 448 stars, 107 forks

rainforestapp/grape-swagger:
Add swagger compliant documentation to your grape API
86 commits, last change: , 0 stars, 144 forks

tim-vandecasteele/grape-swagger:
Add swagger compliant documentation to your grape API
186 commits, last change: , 208 stars, 144 forks

wordnik/swagger-codegen:
swagger-codegen contains a template-driven engine to generate client code in different languages by parsing your Swagger Resource Declaration.
873 commits, last change: , 245 stars, 163 forks

wordnik/swagger-core:
Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
727 commits, last change: , 1,958 stars, 547 forks

wordnik/swagger-ui:
Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
354 commits, last change: , 1,091 stars, 659 forks

wordnik/swaggersocket:
Swagger Socket: A REST over WebSocket
216 commits, last change: , 129 stars, 15 forks