19 lines
534 B
Markdown
19 lines
534 B
Markdown
# Types
|
|
|
|
- [WFClient](/WFClient)
|
|
- [WFError](/WFError)
|
|
- [WFCollection](/WFCollection)
|
|
- [WFPost](/WFPost)
|
|
- [WFUser](/WFUser)
|
|
|
|
# Protocols
|
|
|
|
- [URLSessionProtocol](/URLSessionProtocol):
|
|
Define requirements for `URLSession`s here for dependency-injection purposes (specifically, for testing).
|
|
- [URLSessionDataTaskProtocol](/URLSessionDataTaskProtocol):
|
|
Define requirements for `URLSessionDataTask`s here for dependency-injection purposes (specifically, for testing).
|
|
|
|
# Extensions
|
|
|
|
- [URLSession](/URLSession)
|