Skip to content

Commit

Permalink
Merge pull request #6 from SugiKent/fix-per_page-query-key
Browse files Browse the repository at this point in the history
fix per_page query parameter key
  • Loading branch information
lukepistrol authored May 29, 2022
2 parents d487772 + c870fb2 commit 283e018
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal extension PexelsSwift {
enum QueryParameter {
public static let query = "query"
public static let page = "page"
public static let perPage = "par_page"
public static let perPage = "per_page"
public static let orientation = "orientation"
public static let size = "size"
public static let color = "color"
Expand Down

0 comments on commit 283e018

Please sign in to comment.