Skip Menu |

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

Report information
The Basics
Id: 41346
Status: resolved
Priority: 0/
Queue: WebService-TWFY-API

People
Owner: s.denaxas [...] gmail.com
Requestors: DAVECROSS [...] cpan.org
Cc:
AdminCc:

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



Subject: TWFY API now requires a ket
The TWFY API now needs a key in order to work. It's possible to add the key parameter manually to every request that you make using code like: my $rv = $api->query ( 'getConstituency', { postcode => 'W128JL' output => 'xml', key => 'your key', } ) ; But it would probably make sense if the key was a parameter to the API object constructor and was automatically added to all requests.
Hello, thank you for reminding me - this had completely slipped my mind. The `key' is now a mandatory requirement for the object constructor and is added automagically in every Request object. Spiros