fcoury / octopi

A Ruby interface to GitHub API v2
http://hasmany.info/2009/4/18/ruby-interface-to-github-api
MIT License
216 stars 47 forks source link

Optimal Response Format #23

Open runpaint opened 15 years ago

runpaint commented 15 years ago

We currently request everything in YAML. Given that HTTParty abstracts the data formats so well, what are the performance implications of requesting YAML versus JSON or XML?

radar commented 13 years ago

This would mean that we have to change all the stubbed out data in our tests, which would take a while as the values are more than likely to have changed. I don't see it being such a big problem at the moment.