New User: Need help with repository vulnerability alerts #24870
-
I started using both the GitHub API and GraphQL today, so my apoligies if this is a reuimentary question. Currently I am trying to write a qurey that requests a specific repository and checks to see if there are any vulnerability alerts. Thus far I have managed to create the following, however it returns
Here is what I have thus far:
I am including the Authorization and Accept application/vnd.github.vixen-preview+jso… headers. The only validation test I have at the moment is that when I run
My user name is being returned. I am sure there is something that I am doing wrong, however being new to this I do not know where to start debuggin. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This was ultimetly a typo on my part with the repository name. Sending the following query will work:
The Response will then be:
The id is base64 encoded, and turns into
|
Beta Was this translation helpful? Give feedback.
This was ultimetly a typo on my part with the repository name.
Sending the following query will work:
The Response will then be:
The id is base64 encoded, and turns into