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:
parent
625cb5dba4
commit
1612ff32d5
1 changed files with 12 additions and 0 deletions
12
examples/README.md
Normal file
12
examples/README.md
Normal 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
|
||||
|
Loading…
Add table
Reference in a new issue