fredwu / api_taster

A quick and easy way to visually test your Rails application's API.
http://fredwu.github.com/api_taster
727 stars 85 forks source link

Don't force xml for ajax requests #40

Closed ignu closed 11 years ago

ignu commented 11 years ago
dataType: 'xml'

was causing my API to return XML.

this obviously blew up on JSON.parse in api_taster's app.js.

fredwu commented 11 years ago

:+1: