update perl documentation

This commit is contained in:
wing328
2016-03-19 16:38:06 +08:00
parent 56122b4a01
commit 6e16883146
9 changed files with 61 additions and 51 deletions

View File

@@ -160,8 +160,8 @@ This can only be done by the logged in user.
use Data::Dumper;
# Configure HTTP basic authorization: test_http_basic
WWW::SwaggerClient::Configuration::username = 'YOUR_USERNAME';
WWW::SwaggerClient::Configuration::password = 'YOUR_PASSWORD';
$WWW::SwaggerClient::Configuration::username = 'YOUR_USERNAME';
$WWW::SwaggerClient::Configuration::password = 'YOUR_PASSWORD';
my $api_instance = WWW::SwaggerClient::UserApi->new();
my $username = 'username_example'; # string | The name that needs to be deleted