Wiki
Home

cURL

Get

curl --header "PRIVATE-TOKEN: private_token" "http://url.de/api/v3/users"

Post

curl -d 'test=testvalue' -d 'test2=newvalue' http://127.0.0.1:8080/post`