ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
174 stars 17 forks source link

Fix list profile command paging bug #213

Closed DechengMa closed 4 years ago

DechengMa commented 4 years ago

Closes #209 The add params logic in SDK like this

if let limit = limit

so it will add [] to params when limit == [], then the limit from links will not be respected, this PR is to change limit: nil when limit array is empty.

📝 Summary of Changes

Changes proposed in this pull request:

🧐🗒 Reviewer Notes

💁 Example

swift run asc profiles list   

🔨 How To Test

swift run asc profiles list