You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As this is a standalone API not tied to specific resources, this should live in a new IReactionsClient (with an equivalent IObservableReactionsClient for Octokit.Reactive) as a property of the root IGitHubClient.
It only needs one method at this stage, which returns a Task (or IObservable<Unit>) but you'll need to send the new preview header along with it: application/vnd.github.squirrel-girl-preview
DELETE /reactions/:id
The text was updated successfully, but these errors were encountered:
Link: https://developer.github.com/v3/reactions/#delete-a-reaction
As this is a standalone API not tied to specific resources, this should live in a new
IReactionsClient
(with an equivalentIObservableReactionsClient
for Octokit.Reactive) as a property of the rootIGitHubClient
.It only needs one method at this stage, which returns a
Task
(orIObservable<Unit>
) but you'll need to send the new preview header along with it: application/vnd.github.squirrel-girl-previewDELETE /reactions/:id
The text was updated successfully, but these errors were encountered: