yobi-http 0.12.1 → 0.12.3
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 +10 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f6c3d121288f8be81462aaddc7e38a9fb26845fd4751d839458979e3d935e4d
|
|
4
|
+
data.tar.gz: 8302b717557971b6c1cf321ce1564ee2d466b3ae539615476563397f4564c92f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbfd154631d0368c482945ff2a72519a02612c18757a65c24a0ca72881ba4e05d7b8737971af0efc3199eda367fa033b5d0839330e8876d109b65fab43c2059c
|
|
7
|
+
data.tar.gz: 06cc2d5e0cecf1a536975a9edbd6ab3f1c014dd9741df6f9420418ae9832ad41be55f802c87a37088ce05d4210232a9791950e257ac349460c9e346cce21faa1
|
data/lib/yobi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Vinciguerra
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-02-
|
|
10
|
+
date: 2026-02-25 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: base64
|
|
@@ -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 <i>(GET, POST, PUT, DELETE, etc.)</i>
|
|
49
|
+
* Customizable request +headers+ and +body+
|
|
50
|
+
* Pretty-printed responses with <i>syntax highlighting</i>
|
|
51
|
+
* <i>Download mode</i> saves response content to a file
|
|
52
|
+
* <i>Low dependency</i> and <i>easy installation</i> via RubyGems
|
|
52
53
|
email:
|
|
53
54
|
- daniel.vinciguerra@bivee.com.br
|
|
54
55
|
executables:
|