views:

16

answers:

1

I'm new to working with APIs. We're integrating Fedex into our Rails app. So we're sending API requests and receiving responses from them. For testing purposes, I would like to see the code of what we're sending out and receiving. I'm not sure how to do this.

What tools do you use for testing to view API requests and responses?

Thanks.

A: 

http://github.com/myronmarston/vcr

David Lyod