SwiftKitz / Appz

📱 Launch external apps, and deeplink, with ease using Swift!
https://swiftkitz.github.io/
MIT License
1.18k stars 78 forks source link

.. #131

Closed Maryom closed 6 years ago

Mazyod commented 6 years ago

I think the API is already very descriptive .. We wouldn't want to add such a breaking change without a compelling reason.

Maryom commented 6 years ago

Hey,

As you like but I found Instagram different than Twitter kindly check Twitter code snippet:

        case userHandle(String)
        case userId(String)

That why I changed it.

Mazyod commented 6 years ago

I see .. perhaps it makes sense to only remove it for username(username:) because it is redundant there. The rest are fine, since even in Twitter case, we have some labels based on the need.