Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
Bloco de código
linenumberstrue
User Function restSample()
Local oRestClient := FWRest():New("http://localhost:8080")
Local aHeader := {"tenantId: 99,01"}
oRestClient:setPath("/rest/sample")
If oRestClient:Get(aHeader)
   ConOut(oRestClient:GetResult())
Else
   conout(oRestClient:GetLastError())
EndIf
Return 

...