Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit bc3e748

Browse files
fix(apiclient): fixes POD part of getPOSTData method
1 parent 5cae8e4 commit bc3e748

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/WebService/Hexonet/Connector/APIClient.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,10 +588,11 @@ Returns the current L<WebService::Hexonet::Connector::APIClient|WebService::Hexo
588588
Deactivates the debug mode. Debug mode is inactive by default.
589589
Returns the current L<WebService::Hexonet::Connector::APIClient|WebService::Hexonet::Connector::APIClient> instance in use for method chaining.
590590
591-
=item C<getPOSTData( $command )>
591+
=item C<getPOSTData( $command, $secured )>
592592
593593
Get POST data fields ready to use for HTTP communication based on LWP::UserAgent.
594594
Specify the API command for the request by $command.
595+
Specify if password data has to be replaced with asterix to secure it for output purposes by $secured. Optional.
595596
This method is internally used by the request method.
596597
Returns a hash.
597598

0 commit comments

Comments
 (0)