XD
This commit is contained in:
parent
91442fd202
commit
f882cb4027
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ Luego me hice a hacer unos benchmarks usando [hyperfine](https://github.com/shar
|
||||||
curl -sS -X GET "https://api.twitch.tv/helix/streams?user_login=Suwie" -H "Authorization: Bearer $twitchauth" -H "Client-Id: $clientid" | jq -r '.data[].type'
|
curl -sS -X GET "https://api.twitch.tv/helix/streams?user_login=Suwie" -H "Authorization: Bearer $twitchauth" -H "Client-Id: $clientid" | jq -r '.data[].type'
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### xh y jtc
|
### xh y jtc
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ curl -sS -X GET "https://api.twitch.tv/helix/streams?user_login=Suwie" -H "Autho
|
||||||
xh GET "https://api.twitch.tv/helix/streams?user_login=Suwie" "Authorization: Bearer $twitchauth" "Client-Id: $clientid" -b | ./jtc -w '[data][:][type]'
|
xh GET "https://api.twitch.tv/helix/streams?user_login=Suwie" "Authorization: Bearer $twitchauth" "Client-Id: $clientid" -b | ./jtc -w '[data][:][type]'
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -32,4 +32,4 @@ Los tiempos de ejecución y uso de CPU son exponencialmente menores a curl y jq
|
||||||
|
|
||||||
Entonces si vas a usar este script, es mejor usar la nueva version por ser exponencialmente mas efectiva.
|
Entonces si vas a usar este script, es mejor usar la nueva version por ser exponencialmente mas efectiva.
|
||||||
|
|
||||||

|

|
Loading…
Add table
Reference in a new issue