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/gists/Types.swift
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -2229,11 +2229,11 @@ public enum Components {
2229
2229
}
2230
2230
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
2231
2231
publicenumParameters{
2232
-
/// The number of results per page (max 100).
2232
+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
2233
2233
///
2234
2234
/// - Remark: Generated from `#/components/parameters/per-page`.
2235
2235
publictypealiasper_hyphen_page=Swift.Int
2236
-
/// Page number of the results to fetch.
2236
+
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
2237
2237
///
2238
2238
/// - Remark: Generated from `#/components/parameters/page`.
2239
2239
publictypealiaspage=Swift.Int
@@ -2485,20 +2485,20 @@ public enum Operations {
2485
2485
///
2486
2486
/// - Remark: Generated from `#/paths/gists/GET/query/since`.
2487
2487
publicvarsince:Components.Parameters.since?
2488
-
/// The number of results per page (max 100).
2488
+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
2489
2489
///
2490
2490
/// - Remark: Generated from `#/paths/gists/GET/query/per_page`.
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
2493
2493
///
2494
2494
/// - Remark: Generated from `#/paths/gists/GET/query/page`.
2495
2495
publicvarpage:Components.Parameters.page?
2496
2496
/// Creates a new `Query`.
2497
2497
///
2498
2498
/// - Parameters:
2499
2499
/// - since: Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.
2500
-
/// - per_page: The number of results per page (max 100).
2501
-
/// - page: Page number of the results to fetch.
2500
+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
2501
+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
/// - Remark: Generated from `#/paths/gists/public/GET/query/since`.
3050
3050
publicvarsince:Components.Parameters.since?
3051
-
/// The number of results per page (max 100).
3051
+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
3052
3052
///
3053
3053
/// - Remark: Generated from `#/paths/gists/public/GET/query/per_page`.
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
3056
3056
///
3057
3057
/// - Remark: Generated from `#/paths/gists/public/GET/query/page`.
3058
3058
publicvarpage:Components.Parameters.page?
3059
3059
/// Creates a new `Query`.
3060
3060
///
3061
3061
/// - Parameters:
3062
3062
/// - since: Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.
3063
-
/// - per_page: The number of results per page (max 100).
3064
-
/// - page: Page number of the results to fetch.
3063
+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
3064
+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
/// - Remark: Generated from `#/paths/gists/starred/GET/query/since`.
3286
3286
publicvarsince:Components.Parameters.since?
3287
-
/// The number of results per page (max 100).
3287
+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
3288
3288
///
3289
3289
/// - Remark: Generated from `#/paths/gists/starred/GET/query/per_page`.
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
3292
3292
///
3293
3293
/// - Remark: Generated from `#/paths/gists/starred/GET/query/page`.
3294
3294
publicvarpage:Components.Parameters.page?
3295
3295
/// Creates a new `Query`.
3296
3296
///
3297
3297
/// - Parameters:
3298
3298
/// - since: Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.
3299
-
/// - per_page: The number of results per page (max 100).
3300
-
/// - page: Page number of the results to fetch.
3299
+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
3300
+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
/// - Remark: Generated from `#/paths/gists/{gist_id}/comments/GET/query`.
4175
4175
publicstructQuery:Sendable,Hashable{
4176
-
/// The number of results per page (max 100).
4176
+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
4177
4177
///
4178
4178
/// - Remark: Generated from `#/paths/gists/{gist_id}/comments/GET/query/per_page`.
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
4181
4181
///
4182
4182
/// - Remark: Generated from `#/paths/gists/{gist_id}/comments/GET/query/page`.
4183
4183
publicvarpage:Components.Parameters.page?
4184
4184
/// Creates a new `Query`.
4185
4185
///
4186
4186
/// - Parameters:
4187
-
/// - per_page: The number of results per page (max 100).
4188
-
/// - page: Page number of the results to fetch.
4187
+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
4188
+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
/// - Remark: Generated from `#/paths/gists/{gist_id}/commits/GET/query`.
5244
5244
publicstructQuery:Sendable,Hashable{
5245
-
/// The number of results per page (max 100).
5245
+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
5246
5246
///
5247
5247
/// - Remark: Generated from `#/paths/gists/{gist_id}/commits/GET/query/per_page`.
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
5250
5250
///
5251
5251
/// - Remark: Generated from `#/paths/gists/{gist_id}/commits/GET/query/page`.
5252
5252
publicvarpage:Components.Parameters.page?
5253
5253
/// Creates a new `Query`.
5254
5254
///
5255
5255
/// - Parameters:
5256
-
/// - per_page: The number of results per page (max 100).
5257
-
/// - page: Page number of the results to fetch.
5256
+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
5257
+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
/// - Remark: Generated from `#/paths/gists/{gist_id}/forks/GET/query`.
5489
5489
publicstructQuery:Sendable,Hashable{
5490
-
/// The number of results per page (max 100).
5490
+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
5491
5491
///
5492
5492
/// - Remark: Generated from `#/paths/gists/{gist_id}/forks/GET/query/per_page`.
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
5495
5495
///
5496
5496
/// - Remark: Generated from `#/paths/gists/{gist_id}/forks/GET/query/page`.
5497
5497
publicvarpage:Components.Parameters.page?
5498
5498
/// Creates a new `Query`.
5499
5499
///
5500
5500
/// - Parameters:
5501
-
/// - per_page: The number of results per page (max 100).
5502
-
/// - page: Page number of the results to fetch.
5501
+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
5502
+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
/// - Remark: Generated from `#/paths/users/{username}/gists/GET/query/since`.
6750
6750
publicvarsince:Components.Parameters.since?
6751
-
/// The number of results per page (max 100).
6751
+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
6752
6752
///
6753
6753
/// - Remark: Generated from `#/paths/users/{username}/gists/GET/query/per_page`.
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
6756
6756
///
6757
6757
/// - Remark: Generated from `#/paths/users/{username}/gists/GET/query/page`.
6758
6758
publicvarpage:Components.Parameters.page?
6759
6759
/// Creates a new `Query`.
6760
6760
///
6761
6761
/// - Parameters:
6762
6762
/// - since: Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.
6763
-
/// - per_page: The number of results per page (max 100).
6764
-
/// - page: Page number of the results to fetch.
6763
+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
6764
+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
0 commit comments