You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
montpelliermaalsi2024/api/curl_post.sh

6 lines
518 B
Bash

1 year ago
# token, ou bien bearer
#"Authorization: token e4d2bac2fb0e463b1e79997b108b91fe7de144d5"
#"Authorization: bearer e4d2bac2fb0e463b1e79997b108b91fe7de144d5"
curl -X POST "https://forge.gwenaelremond.fr/api/v1/user/repos" -H "accept: application/json" -H "Authorization: token f2b21b62ceb91d9cd561278545638a053bfce498" -H "Content-Type: application/json" -d '{ "auto_init": true, "default_branch": "main", "description": "reponses aux exercices et tp", "name": "exercices", "private": false, "readme": "Default"}' -i