mirror of https://github.com/Seich/Beau.git
Updated Readme. (#43)
This commit is contained in:
parent
cc805d4adb
commit
f2b9cad662
12
README.md
12
README.md
|
|
@ -1,5 +1,5 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="http://files.martianwabbit.com/beau.png?1" height="144"/>
|
<img src="media/beau.png" height="144" alt="Beau's Logo is a Seahorse" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 align="center">Beau</h1>
|
<h1 align="center">Beau</h1>
|
||||||
|
|
@ -15,7 +15,9 @@
|
||||||
Beau is a modern http client. It uses a YAML file as configuration allowing you
|
Beau is a modern http client. It uses a YAML file as configuration allowing you
|
||||||
to test APIs without having to write lengthy commands.
|
to test APIs without having to write lengthy commands.
|
||||||
|
|
||||||

|
<div align="center">
|
||||||
|
<img src="media/usage.gif" alt="A gif showing how beau works." />
|
||||||
|
</div>
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
@ -39,8 +41,7 @@ endpoint: https://httpbin.org/
|
||||||
POST /anything:
|
POST /anything:
|
||||||
alias: anything
|
alias: anything
|
||||||
payload:
|
payload:
|
||||||
username: sergio
|
hello: world
|
||||||
password: password1
|
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -52,8 +53,7 @@ Status Endpoint
|
||||||
{
|
{
|
||||||
...
|
...
|
||||||
json: {
|
json: {
|
||||||
password: "password1",
|
hello: "world"
|
||||||
username: "sergio"
|
|
||||||
},
|
},
|
||||||
method: "POST",
|
method: "POST",
|
||||||
url: "https://httpbin.org/anything"
|
url: "https://httpbin.org/anything"
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 616 KiB |
Loading…
Reference in New Issue