yobi-http 0.12.1 → 0.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/yobi/version.rb +1 -1
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7efd95af878b93f23bcd1cf7818ba462149167ef20a3fdba36329bd3244ddd09
|
|
4
|
+
data.tar.gz: 4a7e891936fbeb1aaf858d3becfb28c17a0816e16a0202619ed38ab8e2fbf655
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6d6df9a77745606a84a9105764634eaae1f45fd1b30737853431c128eb2d03595f61c3f2f002f71cd8218c653e93110f60bdf03969653e12a3d5f936faae6a8
|
|
7
|
+
data.tar.gz: af7229d3a2792de4ab88291375af5b1b71fb9be4a25cbe42c0390366397b394ee08dbbfa0043c8ac7a1c775e03657361c34a8ce261911917ae524777644f9327
|
data/lib/yobi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yobi-http
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Vinciguerra
|
|
@@ -38,17 +38,18 @@ dependencies:
|
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: '0.7'
|
|
40
40
|
description: |
|
|
41
|
-
Yobi is a terminal tool to make HTTP requests and display responses in a friendly way inspired by HTTPie.
|
|
41
|
+
+Yobi+ is a terminal tool to make +HTTP+ requests and display responses in a friendly way inspired by HTTPie.
|
|
42
42
|
|
|
43
43
|
It allows you to easily send HTTP requests and view the responses in a human-readable format, making it easier
|
|
44
44
|
to debug and test APIs from the command line.
|
|
45
45
|
|
|
46
|
-
The main features of Yobi include:
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
46
|
+
=== The main features of Yobi include:
|
|
47
|
+
|
|
48
|
+
* Support for various HTTP methods _(GET, POST, PUT, DELETE, etc.)_
|
|
49
|
+
* Customizable request +headers+ and +body+
|
|
50
|
+
* Pretty-printed responses with _syntax highlighting_
|
|
51
|
+
* _Download mode_ saves response content to a file
|
|
52
|
+
* _Low dependency_ and _easy installation_
|
|
52
53
|
email:
|
|
53
54
|
- daniel.vinciguerra@bivee.com.br
|
|
54
55
|
executables:
|