Skip to content

Commit

Permalink
added some info on first three examples, testing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rubygeek committed Sep 4, 2014
1 parent 625cb5d commit 1612ff3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1612ff3

Please sign in to comment.