Skip to content

Instantly share code, notes, and snippets.

@yoshitsugu
Last active August 29, 2015 13:57
Show Gist options
  • Save yoshitsugu/9774793 to your computer and use it in GitHub Desktop.
Save yoshitsugu/9774793 to your computer and use it in GitHub Desktop.
Api Builders from The Ruby ToolBox

API Builders

  • 簡単にAPIを作るためのライブラリ
  • Grape, Rabi, JBuilder あたりが人気

そもそもAPIには何が必要か

Grape

  • https://github.com/intridea/grape
  • RailsやSinatraなどのアプリケーションに対して、簡単にAPIを作れる
    • routingも含めたDSLという感じ。
    • バリデーションもこの中で定義できる

RABL

JBuilder

ActiveModelSerializers

まとめ

  • 大規模なAPIを作るならGrape, ちょっとしたものならテンプレート生成で十分?
@kmdsbng
Copy link

kmdsbng commented Mar 26, 2014

http://rebuild.fm/35/
最近あった、API設計に関連する話題です。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment