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/rate-limit/Client.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ public struct Client: APIProtocol {
55
55
/// * The `source_import` object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see "[API Versions](https://docs.github.com/rest/about-the-rest-api/api-versions)."
56
56
///
57
57
/// > [!NOTE]
58
-
/// > The `rate` object is deprecated. If you're writing new API client code or updating existing code, you should use the `core` object instead of the `rate` object. The `core` object contains the same information that is present in the `rate` object.
58
+
/// > The `rate` object is closing down. If you're writing new API client code or updating existing code, you should use the `core` object instead of the `rate` object. The `core` object contains the same information that is present in the `rate` object.
59
59
///
60
60
/// - Remark: HTTP `GET /rate_limit`.
61
61
/// - Remark: Generated from `#/paths//rate_limit/get(rate-limit/get)`.
Copy file name to clipboardExpand all lines: Sources/rate-limit/Types.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ public protocol APIProtocol: Sendable {
28
28
/// * The `source_import` object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see "[API Versions](https://docs.github.com/rest/about-the-rest-api/api-versions)."
29
29
///
30
30
/// > [!NOTE]
31
-
/// > The `rate` object is deprecated. If you're writing new API client code or updating existing code, you should use the `core` object instead of the `rate` object. The `core` object contains the same information that is present in the `rate` object.
31
+
/// > The `rate` object is closing down. If you're writing new API client code or updating existing code, you should use the `core` object instead of the `rate` object. The `core` object contains the same information that is present in the `rate` object.
32
32
///
33
33
/// - Remark: HTTP `GET /rate_limit`.
34
34
/// - Remark: Generated from `#/paths//rate_limit/get(rate-limit/get)`.
@@ -54,7 +54,7 @@ extension APIProtocol {
54
54
/// * The `source_import` object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see "[API Versions](https://docs.github.com/rest/about-the-rest-api/api-versions)."
55
55
///
56
56
/// > [!NOTE]
57
-
/// > The `rate` object is deprecated. If you're writing new API client code or updating existing code, you should use the `core` object instead of the `rate` object. The `core` object contains the same information that is present in the `rate` object.
57
+
/// > The `rate` object is closing down. If you're writing new API client code or updating existing code, you should use the `core` object instead of the `rate` object. The `core` object contains the same information that is present in the `rate` object.
58
58
///
59
59
/// - Remark: HTTP `GET /rate_limit`.
60
60
/// - Remark: Generated from `#/paths//rate_limit/get(rate-limit/get)`.
@@ -315,7 +315,7 @@ public enum Operations {
315
315
/// * The `source_import` object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see "[API Versions](https://docs.github.com/rest/about-the-rest-api/api-versions)."
316
316
///
317
317
/// > [!NOTE]
318
-
/// > The `rate` object is deprecated. If you're writing new API client code or updating existing code, you should use the `core` object instead of the `rate` object. The `core` object contains the same information that is present in the `rate` object.
318
+
/// > The `rate` object is closing down. If you're writing new API client code or updating existing code, you should use the `core` object instead of the `rate` object. The `core` object contains the same information that is present in the `rate` object.
319
319
///
320
320
/// - Remark: HTTP `GET /rate_limit`.
321
321
/// - Remark: Generated from `#/paths//rate_limit/get(rate-limit/get)`.
0 commit comments