drogus / bulk_api

MIT License
150 stars 7 forks source link

Allowing CORS #19

Open stevenbristol opened 13 years ago

stevenbristol commented 13 years ago

This change allows sproutcore to call cross-origin-resources.

drogus commented 13 years ago

I would merge this, but it changes get to limit records to 100. While I agree that getting all of the records is probably not something that you want to do most of the time, but it should not be hardcoded to 100 by default.

stevenbristol commented 13 years ago

That was left in there by mistake. It's removed now.