Skip to content

Commit

Permalink
add json data to success object
Browse files Browse the repository at this point in the history
  • Loading branch information
hebamoustafa authored Dec 3, 2021
1 parent 0fd9b99 commit 614ae70
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ import Foundation
- Parameters:
- code: `Int` object. Response status code.
- data: `VGSJSONData`
*/
case success(_ code: Int)
case success(_ code: Int, _ data: VGSJSONData)

/**
Failed response case.
Expand Down

0 comments on commit 614ae70

Please sign in to comment.