mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
fix formatting
This commit is contained in:
parent
1612ff32d5
commit
9473f2fdb6
1 changed files with 6 additions and 1 deletions
|
@ -1,12 +1,17 @@
|
|||
## 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
|
||||
|
||||
Uses get request
|
Loading…
Add table
Reference in a new issue