John Nunemaker
|
3c4f5edb01
|
Made sure I got the manifest and gem stuff all right.
|
2008-07-28 16:50:17 -04:00 |
|
John Nunemaker
|
e221365029
|
Adjusted post install. Tweaked example. Created gemspec for github. Uncommented extra dependencies in hoe.
|
2008-07-28 16:48:22 -04:00 |
|
John Nunemaker
|
f8ce6cd36e
|
added most basic api consuming example
|
2008-07-28 15:47:17 -04:00 |
|
John Nunemaker
|
f4570a46c1
|
base_uri is no longer required. #get can take a full url and will fetch response.
|
2008-07-28 15:47:05 -04:00 |
|
John Nunemaker
|
d43806a71d
|
updated version to 0.1
|
2008-07-28 15:10:07 -04:00 |
|
John Nunemaker
|
a8ff3e3639
|
Added some argument errors and specs.
|
2008-07-28 13:32:35 -04:00 |
|
John Nunemaker
|
36f24a417d
|
Tweaking information and readme.
|
2008-07-28 13:20:03 -04:00 |
|
John Nunemaker
|
aafde86709
|
Documented and tweaked the examples a bit.
|
2008-07-28 12:58:40 -04:00 |
|
John Nunemaker
|
0713c832c1
|
removed website files
|
2008-07-28 12:50:31 -04:00 |
|
John Nunemaker
|
fe18cff257
|
Added amazon web services book search example.
|
2008-07-28 12:45:06 -04:00 |
|
John Nunemaker
|
236b3ad4e0
|
Made it so default_params actually get merged into request.
|
2008-07-28 12:40:40 -04:00 |
|
John Nunemaker
|
0c05dcda55
|
Added #default_params method. Tweaked specs a bit.
|
2008-07-28 12:08:21 -04:00 |
|
John Nunemaker
|
0a1737e276
|
Added several specs for httparty and refactored a few methods along the way.
|
2008-07-28 11:56:58 -04:00 |
|
John Nunemaker
|
88501f20f6
|
Removed leftover block parameter from http as it is not needed anymore.
|
2008-07-28 10:56:19 -04:00 |
|
John Nunemaker
|
c97b1448ed
|
Tweaked the specs a bit and added spec for basic_auth setting
|
2008-07-28 10:55:35 -04:00 |
|
John Nunemaker
|
1d48da0313
|
Renamed to HTTParty which is way more fun and unique than boring old web.
|
2008-07-28 10:49:53 -04:00 |
|
John Nunemaker
|
99cd89d33d
|
added delicious example and tweaked the twitter example
|
2008-07-27 19:13:44 -04:00 |
|
John Nunemaker
|
a8e1e6acbd
|
tweaked the way base uri works and set https to not verify so we don't get warnings
|
2008-07-27 19:13:25 -04:00 |
|
John Nunemaker
|
473325dfd4
|
added a bit to hash conversion so that id does not throw deprecation warnings
|
2008-07-27 18:15:33 -04:00 |
|
John Nunemaker
|
13620e3046
|
Added Hash#to_struct for making a nicer api once results are returned. Removed entities as it was overkill. Instead just using active supports deserialization of xml and json.
|
2008-07-27 18:05:31 -04:00 |
|
John Nunemaker
|
de9b4fb6ba
|
Put in first wave of parsing. Supports json and xml.
|
2008-07-27 16:35:31 -04:00 |
|
John Nunemaker
|
8e1437850a
|
get, post, put and delete now work with basic auth; added example for twitter
|
2008-07-27 14:44:18 -04:00 |
|
John Nunemaker
|
be2ce8be39
|
Added callbacks
|
2008-07-27 11:52:39 -04:00 |
|
John Nunemaker
|
df29a55264
|
Initial commit
|
2008-07-27 11:52:18 -04:00 |
|