Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus committed Nov 6, 2023
2 parents 14d5b65 + a070238 commit 36b9ea6
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,6 @@ Each type of line has a different color to help visually identify that content.

Please see the latest documentation [here](https://trueromanus.github.io/ArdorQuery/).

## Alias commands
### bearer
`bearer X` - where X is bearer token.

`bearer 345453` turn on to `Authorization Bearer 345453`

### json
`json X` - where X it body content. This can be useful if you are making a request to a restful API.

`json {"result": true}` turn into several field commands:
`Content-Type application/json`
`Accept application/json`
`body {"result": true}`

### xmla
`xmla X` - where X it body content. This can be useful if you are making a request to a XML service or API.

`xmla <xml></xml>` turn into several field commands:
`Content-Type application/xml`
`Accept application/xml`
`body <xml></xml>`

## Supported platforms
* Windows 10+
* Linux
Expand Down

0 comments on commit 36b9ea6

Please sign in to comment.