Check if a gist is starred
GET
/gists/{gist_id}/star
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” gist_id
required
string
The unique identifier of the gist.
Responses
Section titled “ Responses ”Response if gist is starred
Not modified
Forbidden
Media type application/json
Basic Error
Basic Error
object
message
string
documentation_url
string
url
string
status
string
Example generated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}Not Found if gist is not starred
Media type application/json
object
Example generated
{}