Skip to content

APIClientRequestEncoder

bigearsenal edited this page May 17, 2022 · 1 revision

APIClientRequestEncoder

Encoder used to encode request in able to use with the transport

public protocol APIClientRequestEncoder 

Requirements

RequestType

associatedtype RequestType: APIClientRequest

init(request:​)

init(request: RequestType)

init(requests:​)

init(requests: [RequestType])

encoded()

func encoded() throws -> Data
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Operators
Extensions
Clone this wiki locally