ready for release

This commit is contained in:
Zane C. B-H 2020-12-02 05:05:23 -06:00
parent 2f428a3878
commit 893b8b4f12
4 changed files with 15 additions and 4 deletions

View File

@ -1,5 +1,6 @@
Revision history for LogicMonitor-REST-Signature
0.0.1 Date/time
First version, released on an unsuspecting world.
0.0.1 2020-12-02/05:00
- Initial release.

View File

@ -6,6 +6,8 @@ The token documentation can be found at the URL below.
https://www.logicmonitor.com/support/rest-api-developers-guide/overview/using-logicmonitors-rest-api#sc-header-302
The script lm-auth-helper is for use with like curl.
INSTALLATION
To install this module, run the following commands:
@ -32,6 +34,9 @@ You can also look for information at:
Search CPAN
https://metacpan.org/release/LogicMonitor-REST-Signature
Git Repo
https://github.com/VVelox/LogicMonitor-REST-Signature
LICENSE AND COPYRIGHT

View File

@ -17,7 +17,7 @@ sub help{
--data <data file> If doing a put, this is a path to a file containing the data that the put contains.
-n Print a newline character at the end.
-c Print "Authorizion: " with the string for curl.
-q Print it quoted.
-q Print it quoted. May not work reliably depending on the shell.
--version Show the version info.
--help Print this message.
';
@ -104,6 +104,7 @@ if ($quoted) {
print "'";
}
# print a new line if asked to
if ( $newline ){
print "\n";
}
@ -151,7 +152,7 @@ Print "Authorizion: " with the string for curl.
=head2 -q
Print it quoted.
Print it quoted. This may not always work reliably.
=head2 --version

View File

@ -303,6 +303,10 @@ L<https://cpanratings.perl.org/d/LogicMonitor-REST-Signature>
L<https://metacpan.org/release/LogicMonitor-REST-Signature>
=item * GIT Repo
L<https://github.com/VVelox/LogicMonitor-REST-Signature>
=back