Skip to content

Commit 9534d0a

Browse files
Commit via running ake Sources/rate-limit
1 parent 6852075 commit 9534d0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/rate-limit/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public struct Client: APIProtocol {
5555
/// * 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)."
5656
///
5757
/// > [!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.
5959
///
6060
/// - Remark: HTTP `GET /rate_limit`.
6161
/// - Remark: Generated from `#/paths//rate_limit/get(rate-limit/get)`.

Sources/rate-limit/Types.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public protocol APIProtocol: Sendable {
2828
/// * 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)."
2929
///
3030
/// > [!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.
3232
///
3333
/// - Remark: HTTP `GET /rate_limit`.
3434
/// - Remark: Generated from `#/paths//rate_limit/get(rate-limit/get)`.
@@ -54,7 +54,7 @@ extension APIProtocol {
5454
/// * 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)."
5555
///
5656
/// > [!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.
5858
///
5959
/// - Remark: HTTP `GET /rate_limit`.
6060
/// - Remark: Generated from `#/paths//rate_limit/get(rate-limit/get)`.
@@ -315,7 +315,7 @@ public enum Operations {
315315
/// * 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)."
316316
///
317317
/// > [!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.
319319
///
320320
/// - Remark: HTTP `GET /rate_limit`.
321321
/// - Remark: Generated from `#/paths//rate_limit/get(rate-limit/get)`.

0 commit comments

Comments
 (0)