From 1612ff32d5f78d25b3b01fe74fcfbcff5b8fdef7 Mon Sep 17 00:00:00 2001 From: rubygeek Date: Thu, 4 Sep 2014 18:20:27 -0500 Subject: [PATCH] added some info on first three examples, testing formatting --- examples/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..a8b1d9c --- /dev/null +++ b/examples/README.md @@ -0,0 +1,12 @@ +## Examples + +* [Amazon Book Search](awws.rb) + Httparty included into poro class + Uses get requests + Transforms query params to uppercased params +* [Basic Post Request](basic.rb) + Httparty included into poro class + Uses post request +* [Crack Custom Parser](crack.rb) + Creates a custom parser for XML using crack + \ No newline at end of file