Really simple, perl devs would hate it Don't need to support 100M (imaginary) users Works with ActiveRecord Can be extended/migrated to use with other data stores Decoupled from the main app
Simple API Bustle::Publishers.add Bustle::Subscribers.add Bustle::Subscriptions.add Bustle::Publisher.publish Bustle::Subscriber.activities and a few others ...
It's a Chrome extension Every single API needs to be manually defined Inputs (request data) need to be manually entered Can't share the inputs easily Postman is Awesome, But...
API endpoints are automatically generated from your Rails routes definition Defining inputs is as easy as defining routes Post params can be shared with your test factories