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

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# 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