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/activity/Client.swift
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,8 @@ public struct Client: APIProtocol {
174
174
///
175
175
/// By default, timeline resources are returned in JSON. You can specify the `application/atom+xml` type in the `Accept` header to return timeline resources in Atom format. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
176
176
///
177
-
/// **Note**: Private feeds are only returned when [authenticating via Basic Auth](https://docs.github.com/rest/authentication/authenticating-to-the-rest-api#using-basic-authentication) since current feed URIs use the older, non revocable auth tokens.
177
+
/// > [!NOTE]
178
+
/// > Private feeds are only returned when [authenticating via Basic Auth](https://docs.github.com/rest/authentication/authenticating-to-the-rest-api#using-basic-authentication) since current feed URIs use the older, non revocable auth tokens.
178
179
///
179
180
/// - Remark: HTTP `GET /feeds`.
180
181
/// - Remark: Generated from `#/paths//feeds/get(activity/get-feeds)`.
@@ -1307,8 +1308,8 @@ public struct Client: APIProtocol {
1307
1308
}
1308
1309
/// List repository events
1309
1310
///
1310
-
/// **Note**: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
1311
-
///
1311
+
/// > [!NOTE]
1312
+
/// > This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
Copy file name to clipboardExpand all lines: Sources/activity/Types.swift
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@ public protocol APIProtocol: Sendable {
32
32
///
33
33
/// By default, timeline resources are returned in JSON. You can specify the `application/atom+xml` type in the `Accept` header to return timeline resources in Atom format. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
34
34
///
35
-
/// **Note**: Private feeds are only returned when [authenticating via Basic Auth](https://docs.github.com/rest/authentication/authenticating-to-the-rest-api#using-basic-authentication) since current feed URIs use the older, non revocable auth tokens.
35
+
/// > [!NOTE]
36
+
/// > Private feeds are only returned when [authenticating via Basic Auth](https://docs.github.com/rest/authentication/authenticating-to-the-rest-api#using-basic-authentication) since current feed URIs use the older, non revocable auth tokens.
36
37
///
37
38
/// - Remark: HTTP `GET /feeds`.
38
39
/// - Remark: Generated from `#/paths//feeds/get(activity/get-feeds)`.
@@ -115,8 +116,8 @@ public protocol APIProtocol: Sendable {
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/events/get(activity/list-repo-events)`.
@@ -299,7 +300,8 @@ extension APIProtocol {
299
300
///
300
301
/// By default, timeline resources are returned in JSON. You can specify the `application/atom+xml` type in the `Accept` header to return timeline resources in Atom format. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
301
302
///
302
-
/// **Note**: Private feeds are only returned when [authenticating via Basic Auth](https://docs.github.com/rest/authentication/authenticating-to-the-rest-api#using-basic-authentication) since current feed URIs use the older, non revocable auth tokens.
303
+
/// > [!NOTE]
304
+
/// > Private feeds are only returned when [authenticating via Basic Auth](https://docs.github.com/rest/authentication/authenticating-to-the-rest-api#using-basic-authentication) since current feed URIs use the older, non revocable auth tokens.
303
305
///
304
306
/// - Remark: HTTP `GET /feeds`.
305
307
/// - Remark: Generated from `#/paths//feeds/get(activity/get-feeds)`.
@@ -464,8 +466,8 @@ extension APIProtocol {
464
466
}
465
467
/// List repository events
466
468
///
467
-
/// **Note**: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
468
-
///
469
+
/// > [!NOTE]
470
+
/// > This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/events/get(activity/list-repo-events)`.
@@ -4924,7 +4926,8 @@ public enum Operations {
4924
4926
///
4925
4927
/// By default, timeline resources are returned in JSON. You can specify the `application/atom+xml` type in the `Accept` header to return timeline resources in Atom format. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
4926
4928
///
4927
-
/// **Note**: Private feeds are only returned when [authenticating via Basic Auth](https://docs.github.com/rest/authentication/authenticating-to-the-rest-api#using-basic-authentication) since current feed URIs use the older, non revocable auth tokens.
4929
+
/// > [!NOTE]
4930
+
/// > Private feeds are only returned when [authenticating via Basic Auth](https://docs.github.com/rest/authentication/authenticating-to-the-rest-api#using-basic-authentication) since current feed URIs use the older, non revocable auth tokens.
4928
4931
///
4929
4932
/// - Remark: HTTP `GET /feeds`.
4930
4933
/// - Remark: Generated from `#/paths//feeds/get(activity/get-feeds)`.
@@ -7028,8 +7031,8 @@ public enum Operations {
7028
7031
}
7029
7032
/// List repository events
7030
7033
///
7031
-
/// **Note**: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
7032
-
///
7034
+
/// > [!NOTE]
7035
+
/// > This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
0 commit comments