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/codespaces/Types.swift
+38-38Lines changed: 38 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -7759,11 +7759,11 @@ public enum Components {
7759
7759
}
7760
7760
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
7761
7761
public enum Parameters {
7762
-
/// The number of results per page (max 100).
7762
+
/// 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)."
7763
7763
///
7764
7764
/// - Remark: Generated from `#/components/parameters/per-page`.
7765
7765
public typealias per_hyphen_page = Swift.Int
7766
-
/// Page number of the results to fetch.
7766
+
/// 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)."
7767
7767
///
7768
7768
/// - Remark: Generated from `#/components/parameters/page`.
7769
7769
public typealias page = Swift.Int
@@ -8155,19 +8155,19 @@ public enum Operations {
8155
8155
public var path: Operations.codespaces_sol_list_hyphen_in_hyphen_organization.Input.Path
8156
8156
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/GET/query`.
8157
8157
public struct Query: Sendable, Hashable {
8158
-
/// The number of results per page (max 100).
8158
+
/// 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)."
8159
8159
///
8160
8160
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/GET/query/per_page`.
8161
8161
public var per_page: Components.Parameters.per_hyphen_page?
8162
-
/// Page number of the results to fetch.
8162
+
/// 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)."
8163
8163
///
8164
8164
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/GET/query/page`.
8165
8165
public var page: Components.Parameters.page?
8166
8166
/// Creates a new `Query`.
8167
8167
///
8168
8168
/// - Parameters:
8169
-
/// - per_page: The number of results per page (max 100).
8170
-
/// - page: Page number of the results to fetch.
8169
+
/// - 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)."
8170
+
/// - 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)."
public var path: Operations.codespaces_sol_list_hyphen_org_hyphen_secrets.Input.Path
9243
9243
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/secrets/GET/query`.
9244
9244
public struct Query: Sendable, Hashable {
9245
-
/// The number of results per page (max 100).
9245
+
/// 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)."
9246
9246
///
9247
9247
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/secrets/GET/query/per_page`.
9248
9248
public var per_page: Components.Parameters.per_hyphen_page?
9249
-
/// Page number of the results to fetch.
9249
+
/// 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)."
9250
9250
///
9251
9251
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/secrets/GET/query/page`.
9252
9252
public var page: Components.Parameters.page?
9253
9253
/// Creates a new `Query`.
9254
9254
///
9255
9255
/// - Parameters:
9256
-
/// - per_page: The number of results per page (max 100).
9257
-
/// - page: Page number of the results to fetch.
9256
+
/// - 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)."
9257
+
/// - 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)."
@@ -10163,19 +10163,19 @@ public enum Operations {
10163
10163
public var path: Operations.codespaces_sol_list_hyphen_selected_hyphen_repos_hyphen_for_hyphen_org_hyphen_secret.Input.Path
10164
10164
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/secrets/{secret_name}/repositories/GET/query`.
10165
10165
public struct Query: Sendable, Hashable {
10166
-
/// Page number of the results to fetch.
10166
+
/// 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)."
10167
10167
///
10168
10168
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/secrets/{secret_name}/repositories/GET/query/page`.
10169
10169
public var page: Components.Parameters.page?
10170
-
/// The number of results per page (max 100).
10170
+
/// 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)."
10171
10171
///
10172
10172
/// - Remark: Generated from `#/paths/orgs/{org}/codespaces/secrets/{secret_name}/repositories/GET/query/per_page`.
10173
10173
public var per_page: Components.Parameters.per_hyphen_page?
10174
10174
/// Creates a new `Query`.
10175
10175
///
10176
10176
/// - Parameters:
10177
-
/// - page: Page number of the results to fetch.
10178
-
/// - per_page: The number of results per page (max 100).
10177
+
/// - 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)."
10178
+
/// - 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)."
@@ -10962,19 +10962,19 @@ public enum Operations {
10962
10962
public var path: Operations.codespaces_sol_get_hyphen_codespaces_hyphen_for_hyphen_user_hyphen_in_hyphen_org.Input.Path
10963
10963
/// - Remark: Generated from `#/paths/orgs/{org}/members/{username}/codespaces/GET/query`.
10964
10964
public struct Query: Sendable, Hashable {
10965
-
/// The number of results per page (max 100).
10965
+
/// 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)."
10966
10966
///
10967
10967
/// - Remark: Generated from `#/paths/orgs/{org}/members/{username}/codespaces/GET/query/per_page`.
10968
10968
public var per_page: Components.Parameters.per_hyphen_page?
10969
-
/// Page number of the results to fetch.
10969
+
/// 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)."
10970
10970
///
10971
10971
/// - Remark: Generated from `#/paths/orgs/{org}/members/{username}/codespaces/GET/query/page`.
10972
10972
public var page: Components.Parameters.page?
10973
10973
/// Creates a new `Query`.
10974
10974
///
10975
10975
/// - Parameters:
10976
-
/// - per_page: The number of results per page (max 100).
10977
-
/// - page: Page number of the results to fetch.
10976
+
/// - 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)."
10977
+
/// - 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)."
@@ -11780,19 +11780,19 @@ public enum Operations {
11780
11780
public var path: Operations.codespaces_sol_list_hyphen_in_hyphen_repository_hyphen_for_hyphen_authenticated_hyphen_user.Input.Path
11781
11781
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/GET/query`.
11782
11782
public struct Query: Sendable, Hashable {
11783
-
/// The number of results per page (max 100).
11783
+
/// 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)."
11784
11784
///
11785
11785
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/GET/query/per_page`.
11786
11786
public var per_page: Components.Parameters.per_hyphen_page?
11787
-
/// Page number of the results to fetch.
11787
+
/// 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)."
11788
11788
///
11789
11789
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/GET/query/page`.
11790
11790
public var page: Components.Parameters.page?
11791
11791
/// Creates a new `Query`.
11792
11792
///
11793
11793
/// - Parameters:
11794
-
/// - per_page: The number of results per page (max 100).
11795
-
/// - page: Page number of the results to fetch.
11794
+
/// - 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)."
11795
+
/// - 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)."
@@ -12502,19 +12502,19 @@ public enum Operations {
12502
12502
public var path: Operations.codespaces_sol_list_hyphen_devcontainers_hyphen_in_hyphen_repository_hyphen_for_hyphen_authenticated_hyphen_user.Input.Path
12503
12503
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/devcontainers/GET/query`.
12504
12504
public struct Query: Sendable, Hashable {
12505
-
/// The number of results per page (max 100).
12505
+
/// 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)."
12506
12506
///
12507
12507
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/devcontainers/GET/query/per_page`.
12508
12508
public var per_page: Components.Parameters.per_hyphen_page?
12509
-
/// Page number of the results to fetch.
12509
+
/// 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)."
12510
12510
///
12511
12511
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/devcontainers/GET/query/page`.
12512
12512
public var page: Components.Parameters.page?
12513
12513
/// Creates a new `Query`.
12514
12514
///
12515
12515
/// - Parameters:
12516
-
/// - per_page: The number of results per page (max 100).
12517
-
/// - page: Page number of the results to fetch.
12516
+
/// - 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)."
12517
+
/// - 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)."
@@ -13736,19 +13736,19 @@ public enum Operations {
13736
13736
public var path: Operations.codespaces_sol_list_hyphen_repo_hyphen_secrets.Input.Path
13737
13737
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/secrets/GET/query`.
13738
13738
public struct Query: Sendable, Hashable {
13739
-
/// The number of results per page (max 100).
13739
+
/// 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)."
13740
13740
///
13741
13741
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/secrets/GET/query/per_page`.
13742
13742
public var per_page: Components.Parameters.per_hyphen_page?
13743
-
/// Page number of the results to fetch.
13743
+
/// 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)."
13744
13744
///
13745
13745
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/codespaces/secrets/GET/query/page`.
13746
13746
public var page: Components.Parameters.page?
13747
13747
/// Creates a new `Query`.
13748
13748
///
13749
13749
/// - Parameters:
13750
-
/// - per_page: The number of results per page (max 100).
13751
-
/// - page: Page number of the results to fetch.
13750
+
/// - 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)."
13751
+
/// - 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)."
@@ -14917,11 +14917,11 @@ public enum Operations {
14917
14917
public struct Input: Sendable, Hashable {
14918
14918
/// - Remark: Generated from `#/paths/user/codespaces/GET/query`.
14919
14919
public struct Query: Sendable, Hashable {
14920
-
/// The number of results per page (max 100).
14920
+
/// 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)."
14921
14921
///
14922
14922
/// - Remark: Generated from `#/paths/user/codespaces/GET/query/per_page`.
14923
14923
public var per_page: Components.Parameters.per_hyphen_page?
14924
-
/// Page number of the results to fetch.
14924
+
/// 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)."
14925
14925
///
14926
14926
/// - Remark: Generated from `#/paths/user/codespaces/GET/query/page`.
14927
14927
public var page: Components.Parameters.page?
@@ -14932,8 +14932,8 @@ public enum Operations {
14932
14932
/// Creates a new `Query`.
14933
14933
///
14934
14934
/// - Parameters:
14935
-
/// - per_page: The number of results per page (max 100).
14936
-
/// - page: Page number of the results to fetch.
14935
+
/// - 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)."
14936
+
/// - 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)."
14937
14937
/// - repository_id: ID of the Repository to filter on
@@ -15736,19 +15736,19 @@ public enum Operations {
15736
15736
public struct Input: Sendable, Hashable {
15737
15737
/// - Remark: Generated from `#/paths/user/codespaces/secrets/GET/query`.
15738
15738
public struct Query: Sendable, Hashable {
15739
-
/// The number of results per page (max 100).
15739
+
/// 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)."
15740
15740
///
15741
15741
/// - Remark: Generated from `#/paths/user/codespaces/secrets/GET/query/per_page`.
15742
15742
public var per_page: Components.Parameters.per_hyphen_page?
15743
-
/// Page number of the results to fetch.
15743
+
/// 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)."
15744
15744
///
15745
15745
/// - Remark: Generated from `#/paths/user/codespaces/secrets/GET/query/page`.
15746
15746
public var page: Components.Parameters.page?
15747
15747
/// Creates a new `Query`.
15748
15748
///
15749
15749
/// - Parameters:
15750
-
/// - per_page: The number of results per page (max 100).
15751
-
/// - page: Page number of the results to fetch.
15750
+
/// - 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)."
15751
+
/// - 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