## Installation ### Get all files #### Git clone ```sh git clone https://git-repo.iml.unibe.ch/iml-open-source/bash-rest-api-client.git ``` #### Download Download the archive i.e. as zip: <https://git-repo.iml.unibe.ch/iml-open-source/bash-rest-api-client/-/archive/master/bash-rest-api-client-master.zip> (see other formats at the download button on <https://git-repo.iml.unibe.ch/iml-open-source/bash-rest-api-client>) #### Copy shell script somewhere Copy the file `http.class.sh` anywhere you need it. If you need it in a single script then copy it to its directory. If you need it more often then copy it to a folter of your PATH environment. ### Get the script only For pure functionality without docs and more you can download the script itself `wget https://git-repo.iml.unibe.ch/iml-open-source/bash-rest-api-client/-/raw/master/http.class.sh`