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

Boa noite amigão, vi seus projetos de REST e gostaria muito de você no nosso projeto, sou o criador do REST Dataware, uma suite que sem sido bem aceita e...

interface {$IF defined(DELPHI_2010) or defined(DELPHI_XE)} TJsonAncestorHelper = class helper for TJsonAncestor public function ToJson(): string; end; {$IFEND} implementation { TJsonAncestorHelper } {$IF defined(DELPHI_2010) or defined(DELPHI_XE)} function TJsonAncestorHelper.ToJson: string; var bytes:...

Connection attempt through a proxy ends with timout error. I'm using Indy connection type. [Issue #30](https://github.com/fabriciocolombo/delphi-rest-client-api/issues/30) states the WinHTTP case has already been handled. Are there any chances to make...

Hello, TRestClient is now registered on all Delphi version starting from Seattle. Do you plan to rename your component ?

I get an DCC fatal error: [DCC Fatal Error] DelphiXE2_RestApi.dpk(35): E2202 Required package 'IndySystem' not found But Indy is installed (version 10.5.8), how to resolve this error? Kind regards Robert...

The Project is not working on Delphi 2010, dunno exactly what is wrong but it seems to me that it haves invalid syntax for D2010 like "Equals" After string.

need work

If not, do you know a client library to work with a Rest Api, Post, Put, Get, etc.

in DBXJsonUnMarshal, missing RTTI and DBXJson in delphi2009

I had a problem trying to use that function on Delphi XE2. I think, someway the compile directive USE_SUPER_OBJECT was defined, but I can't specify where. So, the GetAsDataSet function...