Skip to content

Instantly share code, notes, and snippets.

@jeszy75
jeszy75 / curl_hu.md
Last active October 4, 2024 11:14
A curl használata

A curl használata

Telepítés

  • Linux (Ubuntu):
    apt install curl
    
@jeszy75
jeszy75 / curl_en.md
Last active October 4, 2024 11:16
Using curl

Using curl

Installation

  • Linux (Ubuntu):
    apt install curl
    
@jeszy75
jeszy75 / httpie_hu.md
Last active October 4, 2024 12:07
A HTTPie használata

A HTTPie parancssori használata

Telepítés

Telepítés a Miniconda révén (Linux, macOS, Windows):

conda config --add channels conda-forge
@jeszy75
jeszy75 / httpie_en.md
Last active October 4, 2024 12:09
Using HTTPie

Using HTTPie in the Commmand Line

Installation

Installing with Miniconda (Linux, macOS, Windows):

conda config --add channels conda-forge
@jeszy75
jeszy75 / jsonbin_hu.md
Last active August 31, 2020 14:56
A jsonbin.io API használata a HTTPie-jal
@jeszy75
jeszy75 / jsonbin_en.md
Last active August 31, 2020 14:54
Using the jsonbin.io API with HTTPie
@jeszy75
jeszy75 / TheTVDB_hu.md
Created October 6, 2019 17:56
A TVDB API használata a HTTPie-jal
@jeszy75
jeszy75 / TheTVDB_en.md
Created October 6, 2019 17:56
Using the TVDB API with HTTPie
@jeszy75
jeszy75 / add_gist.sh
Last active July 31, 2022 15:37
Bash script for creating a new gist on the command line with HTTPie.
#!/bin/bash
if [ "$#" -ne 3 ]; then
echo "Usage: $(basename $0) <filename> <description> <username>"
exit
fi
filename=$1
description=$2
username=$3
@jeszy75
jeszy75 / gists_hu.md
Last active September 13, 2020 14:21
A GitHub gist API-jának használata