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
Copy file name to clipboardExpand all lines: Sources/users/Client.swift
+1-6
Original file line number
Diff line number
Diff line change
@@ -4841,12 +4841,7 @@ public struct Client: APIProtocol {
4841
4841
///
4842
4842
/// Provides hovercard information. You can find out more about someone in relation to their pull requests, issues, repositories, and organizations.
4843
4843
///
4844
-
/// The `subject_type` and `subject_id` parameters provide context for the person's hovercard, which returns more information than without the parameters. For example, if you wanted to find out more about `octocat` who owns the `Spoon-Knife` repository via cURL, it would look like this:
/// The `subject_type` and `subject_id` parameters provide context for the person's hovercard, which returns more information than without the parameters. For example, if you wanted to find out more about `octocat` who owns the `Spoon-Knife` repository, you would use a `subject_type` value of `repository` and a `subject_id` value of `1300192` (the ID of the `Spoon-Knife` repository).
4850
4845
///
4851
4846
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.
Copy file name to clipboardExpand all lines: Sources/users/Types.swift
+3-18
Original file line number
Diff line number
Diff line change
@@ -313,12 +313,7 @@ public protocol APIProtocol: Sendable {
313
313
///
314
314
/// Provides hovercard information. You can find out more about someone in relation to their pull requests, issues, repositories, and organizations.
315
315
///
316
-
/// The `subject_type` and `subject_id` parameters provide context for the person's hovercard, which returns more information than without the parameters. For example, if you wanted to find out more about `octocat` who owns the `Spoon-Knife` repository via cURL, it would look like this:
/// The `subject_type` and `subject_id` parameters provide context for the person's hovercard, which returns more information than without the parameters. For example, if you wanted to find out more about `octocat` who owns the `Spoon-Knife` repository, you would use a `subject_type` value of `repository` and a `subject_id` value of `1300192` (the ID of the `Spoon-Knife` repository).
322
317
///
323
318
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.
324
319
///
@@ -942,12 +937,7 @@ extension APIProtocol {
942
937
///
943
938
/// Provides hovercard information. You can find out more about someone in relation to their pull requests, issues, repositories, and organizations.
944
939
///
945
-
/// The `subject_type` and `subject_id` parameters provide context for the person's hovercard, which returns more information than without the parameters. For example, if you wanted to find out more about `octocat` who owns the `Spoon-Knife` repository via cURL, it would look like this:
/// The `subject_type` and `subject_id` parameters provide context for the person's hovercard, which returns more information than without the parameters. For example, if you wanted to find out more about `octocat` who owns the `Spoon-Knife` repository, you would use a `subject_type` value of `repository` and a `subject_id` value of `1300192` (the ID of the `Spoon-Knife` repository).
951
941
///
952
942
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.
953
943
///
@@ -11226,12 +11216,7 @@ public enum Operations {
11226
11216
///
11227
11217
/// Provides hovercard information. You can find out more about someone in relation to their pull requests, issues, repositories, and organizations.
11228
11218
///
11229
-
/// The `subject_type` and `subject_id` parameters provide context for the person's hovercard, which returns more information than without the parameters. For example, if you wanted to find out more about `octocat` who owns the `Spoon-Knife` repository via cURL, it would look like this:
/// The `subject_type` and `subject_id` parameters provide context for the person's hovercard, which returns more information than without the parameters. For example, if you wanted to find out more about `octocat` who owns the `Spoon-Knife` repository, you would use a `subject_type` value of `repository` and a `subject_id` value of `1300192` (the ID of the `Spoon-Knife` repository).
11235
11220
///
11236
11221
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.
0 commit comments