[+] Implement send request

This commit is contained in:
Hykilpikonna
2021-01-12 15:01:44 -05:00
parent 357d1c0f0f
commit d2666491ec
3 changed files with 30 additions and 15 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
import Foundation
struct User
struct User: Decodable
{
var id: Int
var name: String