Skip to content

Commit c4739ab

Browse files
Commit via running ake Sources/activity
1 parent ea520f7 commit c4739ab

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

Sources/activity/Client.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ public struct Client: APIProtocol {
174174
///
175175
/// 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)."
176176
///
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.
178179
///
179180
/// - Remark: HTTP `GET /feeds`.
180181
/// - Remark: Generated from `#/paths//feeds/get(activity/get-feeds)`.
@@ -1307,8 +1308,8 @@ public struct Client: APIProtocol {
13071308
}
13081309
/// List repository events
13091310
///
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.
13121313
///
13131314
/// - Remark: HTTP `GET /repos/{owner}/{repo}/events`.
13141315
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/events/get(activity/list-repo-events)`.

Sources/activity/Types.swift

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public protocol APIProtocol: Sendable {
3232
///
3333
/// 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)."
3434
///
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.
3637
///
3738
/// - Remark: HTTP `GET /feeds`.
3839
/// - Remark: Generated from `#/paths//feeds/get(activity/get-feeds)`.
@@ -115,8 +116,8 @@ public protocol APIProtocol: Sendable {
115116
func activity_sol_list_hyphen_public_hyphen_org_hyphen_events(_ input: Operations.activity_sol_list_hyphen_public_hyphen_org_hyphen_events.Input) async throws -> Operations.activity_sol_list_hyphen_public_hyphen_org_hyphen_events.Output
116117
/// List repository events
117118
///
118-
/// **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.
119-
///
119+
/// > [!NOTE]
120+
/// > 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.
120121
///
121122
/// - Remark: HTTP `GET /repos/{owner}/{repo}/events`.
122123
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/events/get(activity/list-repo-events)`.
@@ -299,7 +300,8 @@ extension APIProtocol {
299300
///
300301
/// 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)."
301302
///
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.
303305
///
304306
/// - Remark: HTTP `GET /feeds`.
305307
/// - Remark: Generated from `#/paths//feeds/get(activity/get-feeds)`.
@@ -464,8 +466,8 @@ extension APIProtocol {
464466
}
465467
/// List repository events
466468
///
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.
469471
///
470472
/// - Remark: HTTP `GET /repos/{owner}/{repo}/events`.
471473
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/events/get(activity/list-repo-events)`.
@@ -4924,7 +4926,8 @@ public enum Operations {
49244926
///
49254927
/// 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)."
49264928
///
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.
49284931
///
49294932
/// - Remark: HTTP `GET /feeds`.
49304933
/// - Remark: Generated from `#/paths//feeds/get(activity/get-feeds)`.
@@ -7028,8 +7031,8 @@ public enum Operations {
70287031
}
70297032
/// List repository events
70307033
///
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.
70337036
///
70347037
/// - Remark: HTTP `GET /repos/{owner}/{repo}/events`.
70357038
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/events/get(activity/list-repo-events)`.

0 commit comments

Comments
 (0)