Created
May 9, 2019 02:37
-
-
Save JeremyXue77/be6c79b259ff8a51f9900128595c869d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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