Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

2
Creating a GitHub repository using Curl commands: how do I 'include OAuth scope' in my command?
Post Body

https://docs.github.com/en/rest/reference/repos#create-a-repository-using-a-template

In the above link, the sample command is as follows:

curl \ -X POST \ -H "Accept: application/vnd.github.v3 json" \ https://api.github.com/repos/TEMPLATE_OWNER/TEMPLATE_REPO/generate \ -d '{"name":"name"}'

I cannot simply use -u 'username' because of OAuth requirement. However, I do have access token. How do I authenticate properly?

Author
Account Strength
100%
Account Age
14 years
Verified Email
Yes
Verified Flair
No
Total Karma
26,472
Link Karma
12,230
Comment Karma
14,129
Profile updated: 2 weeks ago
Posts updated: 3 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
3 years ago