Closed antoinerrr closed 8 years ago
Hi How to use the "target" argument of the api (POST /domain/zone/$/record) with this wrapper ?
client.post('/domain/zone/%s/record' % ndd, fieldType="TXT", subDomain=sub, _target=token )
return: TypeError: post() got multiple values for keyword argument '_target'
And without the "_" = error
Thanks
Nether-mind my fault.
Hi How to use the "target" argument of the api (POST /domain/zone/$/record) with this wrapper ?
return: TypeError: post() got multiple values for keyword argument '_target'
And without the "_" = error
Thanks