Skip to content
Snippets Groups Projects
Commit bdb636ba authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update example 1

parent f56b8a8f
No related branches found
No related tags found
1 merge request!8No insecure flag by default
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
cd "$( dirname "$0" )" || exit cd "$( dirname "$0" )" || exit
# shellcheck source=../rest-api-client.sh # shellcheck source=../rest-api-client.sh
. ../rest-api-client.sh . ../http.class.sh
# shellcheck source=color.class.sh # shellcheck source=color.class.sh
. color.class.sh . color.class.sh
...@@ -53,7 +53,7 @@ EOH ...@@ -53,7 +53,7 @@ EOH
color.reset color.reset
echo "We need to initialize the client with 'http.init' before each new request." echo "We need to initialize the client with 'http.init' before a new request."
echo echo
color.echo "green" "> http.init" color.echo "green" "> http.init"
http.init http.init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment