delphi-rest-client-api icon indicating copy to clipboard operation
delphi-rest-client-api copied to clipboard

A Delphi REST client API to consume REST services written in any programming language.

Results 63 delphi-rest-client-api issues
Sort by recently updated
recently updated
newest added

raised exception class EIdOSSLConnectError with message 'Error connecting with SSL. EOF was observed that violates the protocol'. My application is raising the above error. I can't seem to find what...

I can't unmarshal JSON ``` JSON { "data": { "1": "value one", "2": "value two" } } ``` into class: ``` pascal TDictionaryDataObject = class data: TDictionary; end; ``` Should...

how to use rest client delphi gmail, read inbox folder ?

Hi. How I get the http error, for example: Result:= TObjectList(meuRest.Resource(UrlApi + '/api/TipoMovimento') .Accept(RestUtils.MediaType_Json) .Authorization('Bearer '+MDToken['access_token']) .Get(TObjectList, TipoMovimentoViewModel)); If I get error of 401... how I know the error in...

Hi. And about Authorization with token (bearer token)? How I implement this to send to the server? tk's Danilo

Hi, is there a Delphi 2006 Package Instalation ? I tryed install delphi 7 package but it doesn't work. Best regards

Does anyone has the compiled version of the bpl for Delphi 7? I can't make it work, trying to compile it in Delphi 7 but has several Indy errors.

Hi. I receiving error when result comes from webapi to delphi. Follow below the entities in my webapi.... class moviment mov_codigo:int; collection itens; class itens ite_codigo: int; produto: produtcs; class...

I have tried with the example with any of the public REST API I found on the internet for example http://uinames.com/api/?amount=25 And it doesnt work, it always return error 403....

You might be interrested in this applying this commit to your codebase too :) https://github.com/zedalaye/superobject/commit/e1842d73a8ed7cd3abd5a73e946c7f71dc7fb755