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

Updated readme and website.

This commit is contained in:
John Nunemaker 2008-12-23 11:43:59 -05:00
parent e58cb014d8
commit 0ec7416154
2 changed files with 4 additions and 13 deletions

4
README
View file

@ -6,7 +6,7 @@ Makes http fun again!
== FEATURES:
* Easy get, post, put, delete requests
* Easy get, post requests
* Basic http authentication
* Default request query string parameters (ie: for api keys that are needed on each request)
* Automatic parsing of JSON and XML into ruby hashes based on response content-type
@ -17,7 +17,7 @@ See http://github.com/jnunemaker/httparty/tree/master/examples
== REQUIREMENTS:
* Active Support >= 2.1
* JSON ~> 1.1
== INSTALL:

View file

@ -65,19 +65,10 @@ Twitter.new('username', 'password').post("It's an HTTParty and everyone is invit
</div>
<div id="footer">
<p>Created by <a href="http://addictedtonew.com/about/">John Nunemaker</a></p>
<p>Created by <a href="http://addictedtonew.com/about/">John Nunemaker</a> |
<a href="http://orderedlist.com/">Hire Me at Ordered List</a></p>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-85301-19");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>