provider gists POST /gists/{gist_id}/forks
@utdk/github /gists/{gist_id}/forks
Fork a gist
gist_id path required
The unique identifier of the gist.
string

Try it

Authentication
Configure credentials for GitHub v3 REST API
gists.fork
POST/gists/{gist_id}/forks

Parameters

required

The unique identifier of the gist.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import github from '@utdk/github';

await github.gists.fork()