Commit Graph

172 Commits

Author SHA1 Message Date
Sam Sullivan
7d2d06a4d7 remove namespace from Unirest.php 2013-06-24 17:28:46 -05:00
Sam Sullivan
a4ac5fb537 fixed HttpResponse (issue #13) 2013-06-19 15:26:14 -05:00
Sam Sullivan
5f4cc3ad16 added namespace to avoid class collision 2013-06-12 10:53:41 -05:00
Nijiko Yonskai
82791aa32e Support port colon, fixes #8
:)
2013-05-16 15:05:06 -06:00
Marco Palladino
109df42f2a Update README.md 2013-04-29 11:25:40 -07:00
Marco Palladino
30d9b858a5 Update README.md 2013-04-29 11:19:52 -07:00
thefosk
6a0857d7f6 Deleted test file 2013-04-29 11:18:59 -07:00
thefosk
e40bd96285 better support without using composer 2013-04-29 11:18:37 -07:00
thefosk
22d0c7cbfb readme updated with composer instructions 2013-04-26 12:01:53 -07:00
Marco Palladino
963d5fd473 Merge pull request #6 from nikkobautista/master
Composer-compatiblity
2013-04-26 11:43:43 -07:00
Nikko Bautista
b16a9456d6 Missing $ sign in Unirest::request 2013-04-24 16:05:27 -07:00
Nikko Bautista
8d875f3d02 Composer-compatiblity; PHPDoc 2013-04-24 16:05:06 -07:00
Michele Zonca
0ab2c583db unirest in README 2013-04-23 15:45:39 -07:00
thefosk
6d3dfc648b renaming to unirest 2013-04-23 14:20:02 -07:00
Montana Flynn
14a784e416 Added syntax highlighting 2013-04-16 14:43:34 -07:00
Montana Flynn
e759cfb8dd Added documentation 2013-04-16 12:20:09 -07:00
thefosk
ac9ca32923 fixing bug with arrays in querystring 2013-04-16 01:14:32 -07:00
Nijiko Yonskai
4ef822d843 Merge branch 'master' into 3.0 2013-04-15 20:41:59 -07:00
thefosk
87cca4bfe3 MIT license 2013-03-22 16:48:43 -07:00
thefosk
22820295fc Commented callback code for future threading support 2013-03-13 12:17:51 -07:00
thefosk
69d88322db removing body for DELETE req 2013-03-11 13:41:27 -07:00
thefosk
f41699064a bugfix 2013-03-11 11:54:09 -07:00
thefosk
ed10d4ac26 bringing this back 2013-03-08 16:31:59 -08:00
thefosk
66d5c0ae6b Bugfixes 2013-03-08 16:29:51 -08:00
thefosk
64704384db bugfix 2013-02-20 00:43:14 +01:00
thefosk
73d9fbfa69 readme 2013-02-14 16:14:02 -08:00
thefosk
e26d23c8ef version 3.0 2013-02-14 16:13:44 -08:00
thefosk
a6f07cd415 bugfix in chuncked responses support 2013-02-13 10:42:58 -08:00
thefosk
435bae2f08 bugfix 2012-11-15 19:09:22 -08:00
thefosk
3fb6ea187d fix 2012-11-15 18:23:05 -08:00
thefosk
83f80bc84b json fix 2012-11-15 18:22:40 -08:00
thefosk
bb551dd088 json encode fix 2012-11-15 17:00:21 -08:00
thefosk
d9135ee91e json encode fix 2012-11-15 16:59:30 -08:00
thefosk
66633cf78b json body support 2012-11-15 16:50:13 -08:00
thefosk
0191cc569d fixed auth bug 2012-10-15 16:38:53 -07:00
thefosk
72fec4598a refacotr 2012-10-11 15:25:28 -07:00
thefosk
24d86fbedf whitespace 2012-10-10 16:45:55 -07:00
Evan Seguin
33ba91700b OAuth 1.0a and 2 support 2012-10-02 15:59:55 -07:00
Evan Seguin
0e6e912176 Fixing a certificate issue 2012-09-20 12:44:43 -07:00
Evan Seguin
318a954400 Refactored library. Added new validation and excpetions. Added JSON input support 2012-08-31 16:36:51 -07:00
Evan Seguin
b6939ad164 PHP library now supports multipart/form-data content-type and binary fields 2012-08-28 14:58:21 -07:00
Evan Seguin
eff530a5fa Removed anonymous function to support PHP 5.2 2012-08-14 11:50:39 -07:00
Evan Seguin
2ca6703c69 Basic auth fix 2012-08-10 10:51:14 -07:00
Evan Seguin
2cd0780c5b Updated library to return a MashapeResponse instead of raw response 2012-08-09 17:09:55 -07:00
Evan Seguin
9e63501237 removed unnecessary parameters from query string 2012-08-07 16:07:20 -07:00
Michele Zonca
32825ef541 error message 2012-08-07 12:21:03 -07:00
Evan Seguin
2f34bcf8a8 Fixed a bug causing calls to fail for APIs with query auth and no parameters 2012-07-31 11:48:36 -07:00
Evan Seguin
3e9c7acdf8 some parameters were not being properly URL encoded 2012-07-26 14:42:53 -07:00
Evan Seguin
78a0f180d0 Support for authentication 2012-07-19 12:52:13 -07:00
Evan Seguin
1c503f13ff Updated library to use cURL instead of file_get_contents 2012-07-19 10:50:31 -07:00