Skip to content

Commit

Permalink
ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
VVelox committed Dec 2, 2020
1 parent 2f428a3 commit 893b8b4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -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.


5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
5 changes: 3 additions & 2 deletions bin/lm-auth-helper
Original file line number Diff line number Diff line change
Expand Up @@ -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.
';
Expand Down Expand Up @@ -104,6 +104,7 @@ if ($quoted) {
print "'";
}

# print a new line if asked to
if ( $newline ){
print "\n";
}
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions lib/LogicMonitor/REST/Signature.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 893b8b4

Please sign in to comment.