Skip to content
Snippets Groups Projects
Commit 4302be79 authored by hahn's avatar hahn
Browse files

task#3869 - initial stuff for API

deny timestamps in the future too.
parent 3272e219
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ function makeRequest(){
echo $apiMethod ${apiHost}${apiRequest}
echo $line
if [ ! -z $secret ]; then
if [ ! -z "$secret" ]; then
# --- date in http format
LANG=en_EN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment