Skip to content

Instantly share code, notes, and snippets.

@JeremyXue77
Created May 9, 2019 02:37
Show Gist options
  • Select an option

  • Save JeremyXue77/be6c79b259ff8a51f9900128595c869d to your computer and use it in GitHub Desktop.

Select an option

Save JeremyXue77/be6c79b259ff8a51f9900128595c869d to your computer and use it in GitHub Desktop.
protocol EndPointType {
var baseURL: URL { get }
var path: String { get }
var httpMethod: HTTPMethod { get }
var task: HTTPTask { get }
var headers: HTTPHeaders? { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment