Skip to content

Commit 893b8b4

Browse files
committed
ready for release
1 parent 2f428a3 commit 893b8b4

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

Changes

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Revision history for LogicMonitor-REST-Signature
22

3-
0.0.1 Date/time
4-
First version, released on an unsuspecting world.
3+
0.0.1 2020-12-02/05:00
4+
- Initial release.
5+
56

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The token documentation can be found at the URL below.
66

77
https://www.logicmonitor.com/support/rest-api-developers-guide/overview/using-logicmonitors-rest-api#sc-header-302
88

9+
The script lm-auth-helper is for use with like curl.
10+
911
INSTALLATION
1012

1113
To install this module, run the following commands:
@@ -32,6 +34,9 @@ You can also look for information at:
3234

3335
Search CPAN
3436
https://metacpan.org/release/LogicMonitor-REST-Signature
37+
38+
Git Repo
39+
https://github.com/VVelox/LogicMonitor-REST-Signature
3540

3641

3742
LICENSE AND COPYRIGHT

bin/lm-auth-helper

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sub help{
1717
--data <data file> If doing a put, this is a path to a file containing the data that the put contains.
1818
-n Print a newline character at the end.
1919
-c Print "Authorizion: " with the string for curl.
20-
-q Print it quoted.
20+
-q Print it quoted. May not work reliably depending on the shell.
2121
--version Show the version info.
2222
--help Print this message.
2323
';
@@ -104,6 +104,7 @@ if ($quoted) {
104104
print "'";
105105
}
106106

107+
# print a new line if asked to
107108
if ( $newline ){
108109
print "\n";
109110
}
@@ -151,7 +152,7 @@ Print "Authorizion: " with the string for curl.
151152
152153
=head2 -q
153154
154-
Print it quoted.
155+
Print it quoted. This may not always work reliably.
155156
156157
=head2 --version
157158

lib/LogicMonitor/REST/Signature.pm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,10 @@ L<https://cpanratings.perl.org/d/LogicMonitor-REST-Signature>
303303
304304
L<https://metacpan.org/release/LogicMonitor-REST-Signature>
305305
306+
=item * GIT Repo
307+
308+
L<https://github.com/VVelox/LogicMonitor-REST-Signature>
309+
306310
=back
307311
308312

0 commit comments

Comments
 (0)