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.