Skip to content

Instantly share code, notes, and snippets.

View valexa's full-sized avatar
💼
Open for work

Vlad Alexa valexa

💼
Open for work
View GitHub Profile
@valexa
valexa / SimpleClient.swift
Created June 27, 2018 09:12 — forked from sarpsolakoglu/SimpleClient.swift
Simple Swift 4 Rest Client that uses the Codable protocol for JSON conversion
//
// SimpleClient.swift
//
// Created by Sarp Solakoglu on 18/09/2017.
// Copyright © 2017 Sarp Solakoglu. All rights reserved.
//
import Foundation
enum RestMethod: String {