Conversation
SwiftLint found issues
Generated by 🚫 Danger Swift against 3b0bd4e |
AvdLee
left a comment
There was a problem hiding this comment.
Great job, I love how you went over all code and updated the documentation as well. For a second I figured we should validate and potentially assert to have a dataType if the status code is not matching an empty response, but I figured we would take too much responsibility. I like the flexibility we give right now!
I've got one nit, and our repository requires signed commits. Would it be possible for you to enable signed commits and recommit using the following command:
git rebase --exec 'git commit --amend --no-edit -n -S' master
git push --force
You can read more about setting up signed commits here.
b6132a2 to
bea1bf8
Compare
|
The commits are now signed. :-) |
|
@chkpnt thanks for signing the commits, you're almost there! Can you finish that as well? 🙂 |
|
Now we have 7 public initializers, which all need to be maintained... 🫣 I guess it's time to introduce a builder. (probably out of scope of this PR?) |
🙈 Yeah, I would say that is out of scope, but an interesting idea! |
AvdLee
left a comment
There was a problem hiding this comment.
Thanks a lot for the time and effort you put into making this PR shine! 💪
|
Congratulations! 🎉 This was released as part of Release 3.0.2 🚀 Generated by GitBuddy |


As discussed in #134
I've also added an additional initializer to simplify the mock creation in case a single non-get request has to be mocked.