Skip Menu |

This queue is for tickets about the WebService-MtGox CPAN distribution.

Report information
The Basics
Id: 82679
Status: new
Priority: 0/
Queue: WebService-MtGox

People
Owner: Nobody in particular
Requestors: blue [...] thisisnotmyrealemail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Use current version of API (v1)
It looks this implements the legacy version of the API and the current docs say username/password auth is no longer permitted. I haven't tested that, but that's the first reason the upgrade to v1. The second is that the send function (send_simple) is only available in the v1 API. I mainly need to use the API to redeem codes and withdraw the BTC. Because it looks like you did not provide an interface to all the endpoints for even the legacy API, it would make sense to provide a generic request function so users could still call the API for any endpoint without an interface. I currently use Finance::MtGox, but it only implements v0, so doesn't support withdraw, but at least I can use it to redeem codes. https://en.bitcoin.it/wiki/MtGox/API/HTTP