public
Rubygem
Description: Makes http fun! Also, makes consuming restful web services dead easy.
Homepage:
Clone URL: git://github.com/jnunemaker/httparty.git
Click here to lend your support to: httparty and make a donation at www.pledgie.com !
Updated readme and website.
jnunemaker (author)
Tue Dec 23 08:43:59 -0800 2008
commit  0ec741615406eb03b99314587d736f7d5019e63f
tree    ad2f414566c87923e86fe4c482a2e8412a72ae88
parent  e58cb014d8506f216cb5c12829b73da44f5b81c8
0
...
6
7
8
9
 
10
11
12
...
17
18
19
20
 
21
22
23
...
6
7
8
 
9
10
11
12
...
17
18
19
 
20
21
22
23
0
@@ -6,7 +6,7 @@ Makes http fun again!
0
 
0
 == FEATURES:
0
 
0
-* Easy get, post, put, delete requests
0
+* Easy get, post requests
0
 * Basic http authentication
0
 * Default request query string parameters (ie: for api keys that are needed on each request)
0
 * Automatic parsing of JSON and XML into ruby hashes based on response content-type
0
@@ -17,7 +17,7 @@ See http://github.com/jnunemaker/httparty/tree/master/examples
0
 
0
 == REQUIREMENTS:
0
 
0
-* Active Support >= 2.1
0
+* JSON ~> 1.1
0
 
0
 == INSTALL:
0
 
...
65
66
67
68
 
 
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
...
65
66
67
 
68
69
70
71
 
 
 
 
 
 
 
 
 
 
72
73
74
75
0
@@ -65,19 +65,10 @@ Twitter.new('username', 'password').post("It's an HTTParty and everyone is invit
0
   </div> 
0
  
0
   <div id="footer"> 
0
-    <p>Created by <a href="http://addictedtonew.com/about/">John Nunemaker</a></p> 
0
+    <p>Created by <a href="http://addictedtonew.com/about/">John Nunemaker</a> | 
0
+      <a href="http://orderedlist.com/">Hire Me at Ordered List</a></p> 
0
   </div> 
0
 </div> 
0
-
0
-<script type="text/javascript">
0
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
0
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
0
-</script>
0
-<script type="text/javascript">
0
-var pageTracker = _gat._getTracker("UA-85301-19");
0
-pageTracker._initData();
0
-pageTracker._trackPageview();
0
-</script>
0
  
0
 </body> 
0
 </html>
0
\ No newline at end of file

Comments