Skip to content

Commit 6bc85ed

Browse files
committed
docs(client): headNotifications
Signed-off-by: Adam Setch <[email protected]>
1 parent acd0d68 commit 6bc85ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: src/utils/api/client.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ export function getAuthenticatedUser(
4242
return apiRequestAuth(url.toString() as Link, 'GET', token);
4343
}
4444

45-
//
45+
/**
46+
* Perform a HEAD operation, used to validate that connectivity is established.
47+
*
48+
* Endpoint documentation: https://docs.github.com/en/rest/activity/notifications
49+
*/
4650
export function headNotifications(
4751
hostname: Hostname,
4852
token: Token,

0 commit comments

Comments
 (0)