SHOW:
|
|
- or go back to the newest paste.
| 1 | - | { |
| 1 | + | {
|
| 2 | - | username: 'my-username', |
| 2 | + | username: 'my-username', |
| 3 | - | password: 'my-password' |
| 3 | + | password: 'my-password' |
| 4 | - | // , token: 'or an optional oAuth token' |
| 4 | + | // , token: 'or an optional oAuth token' |
| 5 | } | |
| 6 | ||
| 7 | curl --user "$user:$api_key" --include --request DELETE "https://api.github.com/repos/$user/$repo/labels/enhancement" |