Skip to content

Date & Data decoding

Compare
Choose a tag to compare
@MetalheadSanya MetalheadSanya released this 24 Dec 09:08
· 53 commits to master since this release
b69a223
  • Now you can define dateDecodingStrategy and dataDecodingStrategy computed property in ApiResponse protocol. JsonApiResponse.makeResponse(response:data:) uses value from these properties for JSONDecoder.
  • ParametersEncoder protocol also have dateDecodingStrategy and dataDecodingStrategy stored property and uses these.