Upgrade to Pro — share decks privately, control downloads, hide ads and more …

RORO 06/2012 - Bustle & API Taster

RORO 06/2012 - Bustle & API Taster

Fred Wu

June 28, 2012
Tweet

More Decks by Fred Wu

Other Decks in Programming

Transcript

  1. 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
  2. *Not just on surface!! (╯°□°)╯ ┻━┻ A quick and easy

    way* to visually test your Rails application's API
  3. 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...
  4. 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