1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

added some info on first three examples, testing formatting

This commit is contained in:
rubygeek 2014-09-04 18:20:27 -05:00
parent 625cb5dba4
commit 1612ff32d5

12
examples/README.md Normal file
View file

@ -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