Add 'RestAPI Client.md'
This commit is contained in:
parent
1bf62491ae
commit
a70fc88783
13
RestAPI Client.md
Normal file
13
RestAPI Client.md
Normal file
@ -0,0 +1,13 @@
|
||||
# RestAPI Client
|
||||
|
||||
(https://hurl.dev/)
|
||||
|
||||
```sh
|
||||
yum install -y pkg-config gcc openssl-devel libxml2-devel git
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
source "$HOME/.cargo/env"
|
||||
git clone --depth 1 https://github.com/Orange-OpenSource/hurl.git --branch 4.0.0
|
||||
cd hurl
|
||||
cargo install hurl
|
||||
hurl -V
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user