willmoss / bitstamp-php-api

PHP API for Bitstamp
19 stars 16 forks source link

Fix for public endpoints that no longer support POST #6

Closed bmilleare closed 10 years ago

bmilleare commented 10 years ago

Adds support for public GET endpoints as Bitstamp no longer allows POSTs (fixes ticker(), eurusd(), etc)

mrabino1 commented 10 years ago

tested... and it works with this fix.. thx..

sradforth commented 10 years ago

Agreed, this fix is well written and necessary so should be integrated.