LResponse como pegar o retorno do OctetStream #168
ebnezerjrs
started this conversation in
General
Replies: 1 comment 1 reply
-
Só usar o LResponse.ContentStream |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Gostaria de pegar o retorno desse end point abaixo pelo Lresponse
Tipo:
LResponse := TRequest.New.BaseURL(edtBaseURL.Text)
.Accept(edtAccept.Text)
.AddParam('cnpj', '82960631404')
.AddParam('path', 'D:\Projetos\D11.3\VCL\Nexus-ERP-Fiscal-4.3\Sistema\OS\82960631404\Imagens\OS-10-item-7.png')
.BasicAuthentication('nexusapi','nexusapi')
.Adapters(TDataSetSerializeAdapter.New(MemTable))
.Get;
Beta Was this translation helpful? Give feedback.
All reactions