We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab58d66 commit 45fea39Copy full SHA for 45fea39
Modules/Sources/NetworkingCore/Remote/Remote.swift
@@ -370,7 +370,7 @@ public extension Remote {
370
public static let firstPageNumber: Int = 1
371
}
372
373
- public enum PaginationHeaderKey {
+ enum PaginationHeaderKey {
374
public static let totalPagesCount = "x-wp-totalpages"
375
public static let totalCount = "x-wp-total"
376
0 commit comments