Skip to content

APIClientRequest

bigearsenal edited this page May 17, 2022 · 1 revision

APIClientRequest

public protocol APIClientRequest: Encodable 

Inheritance

Encodable

Requirements

Entity

Expected entity with this request. Used to decode response to Can use AnyDecodable

associatedtype Entity: Decodable

init(method:​params:​)

init(method: String, params: [Encodable])
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Operators
Extensions
Clone this wiki locally