Skip to content

Instantly share code, notes, and snippets.

@Plnda
Created January 21, 2020 20:12
Show Gist options
  • Save Plnda/b57e0689da9d63ee54dbacc5189a10fd to your computer and use it in GitHub Desktop.
Save Plnda/b57e0689da9d63ee54dbacc5189a10fd to your computer and use it in GitHub Desktop.
import Foundation
enum NetworkMethod: String {
case get
case post
case put
case patch
case delete
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment