Releases: talis-fb/TReq
Releases · talis-fb/TReq
v1.2.0
Key Features
- Rename command to rename saved request with
treq remove request new-name
#17 by @SummerGram - Show response time in output of request and "Loading" screen. #21 by @SummerGram
- Add operator for non-string json values (number, bools, objects), #29 by @SummerGram
- example:
key:=false
key:='{"hello":"world"}'
- example:
- Add nested Json values for
=
operator #30- example
user[job][name]=dev"
will produce{ "name": { "job": "dev" } }
- example
- Fix appending of body values in
run
command to overwriting single fields in body. #20