Files
LCEssentials/PediFoods/Services/ApiClient.swift
Developer @ Loverde Company a5827f9136 fix: update performLCERequest for LCEssentials 2.0.2 API.request signature
LCEssentials 2.0.2 replaced request(url:params:method:headers:jsonEncoding:debug:)
with request(url:method:body:pathParams:headers:debug:timeoutInterval:networkServiceType:persistConnection:).
The pre-encoded params Data is now wrapped in RawBody to preserve the same
application/json Content-Type behavior that jsonEncoding: true used to set.
2026-09-11 09:09:54 -03:00

499 lines
19 KiB
Swift