File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for LogicMonitor-REST-Signature
2
2
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
+
5
6
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The token documentation can be found at the URL below.
6
6
7
7
https://www.logicmonitor.com/support/rest-api-developers-guide/overview/using-logicmonitors-rest-api#sc-header-302
8
8
9
+ The script lm-auth-helper is for use with like curl.
10
+
9
11
INSTALLATION
10
12
11
13
To install this module, run the following commands:
@@ -32,6 +34,9 @@ You can also look for information at:
32
34
33
35
Search CPAN
34
36
https://metacpan.org/release/LogicMonitor-REST-Signature
37
+
38
+ Git Repo
39
+ https://github.com/VVelox/LogicMonitor-REST-Signature
35
40
36
41
37
42
LICENSE AND COPYRIGHT
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ sub help{
17
17
--data <data file> If doing a put, this is a path to a file containing the data that the put contains.
18
18
-n Print a newline character at the end.
19
19
-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.
21
21
--version Show the version info.
22
22
--help Print this message.
23
23
' ;
@@ -104,6 +104,7 @@ if ($quoted) {
104
104
print " '" ;
105
105
}
106
106
107
+ # print a new line if asked to
107
108
if ( $newline ){
108
109
print " \n " ;
109
110
}
@@ -151,7 +152,7 @@ Print "Authorizion: " with the string for curl.
151
152
152
153
=head2 -q
153
154
154
- Print it quoted.
155
+ Print it quoted. This may not always work reliably.
155
156
156
157
=head2 --version
157
158
Original file line number Diff line number Diff line change @@ -303,6 +303,10 @@ L<https://cpanratings.perl.org/d/LogicMonitor-REST-Signature>
303
303
304
304
L<https://metacpan.org/release/LogicMonitor-REST-Signature>
305
305
306
+ =item * GIT Repo
307
+
308
+ L<https://github.com/VVelox/LogicMonitor-REST-Signature>
309
+
306
310
=back
307
311
308
312
You can’t perform that action at this time.
0 commit comments