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

Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

compiling packages Delphi xe2 error function: procedure TMultiPartFormData.AddFieldContent(Field: TRttiField; var Content: TStringList); const FmtTextContent = 'Content-Disposition: form-data; name="%s"'+ sLineBreak+sLineBreak +'%s'; FmtFileContent = 'Content-Disposition: form-data; name="%s"; filename="%s"'+ sLineBreak +'Content-Type: %s'+ sLineBreak+sLineBreak+...

Bom dia ! Parabens pelo pacote, estou muito precisando dessa solucao. Porem quando vou instalar no xe2 apresenta essa mensagem : `[DCC Error] RestClient.pas(1036): E2250 There is no overloaded version...

Delphi XE [DCC Error] RestClient.pas(1036): E2250 There is no overloaded version of 'Post' that can be called with these arguments [DCC Error] RestClient.pas(1063): E2250 There is no overloaded version of...

A fresh checkout from today gives on compiling DelphiXE4_RestApi.bpl: [dcc32 Fehler] RestClient.pas(1001): E2250 Es gibt keine überladene Version von 'Post', die man mit diesen Argumenten aufrufen kann => function TResource.Post(Entity:...

1. We got "Incompatible Types: 'Parameter lists differ'" error at line ssl.OnVerifyPeer := IdSSLIOHandlerSocketOpenSSL1VerifyPeer ![Issue1](https://user-images.githubusercontent.com/69145949/89639730-bed7dd00-d8cb-11ea-9d0d-41c77028886e.JPG); 2. We have the unit IdCompressorZLibEx but used the unit IdCompressorZLib in HttpConnectionIndy. So I...

I want to receive the Json-element "customfield_11111":13.0, into the structure customfield_11111: double; // jobsize That works fine, but sometimes I receive "customfield_11111":null, and get a ”Marshalling error”. With this correction...

Hi, @fabriciocolombo and team. Thank you for your work. I'm Igor and I'm a Delphi dev. Currently I'm working on API integration which returns content on DELETE method. This PR:...

Hi @All, with current pom.xml java-rest-server doesn't get built with JDK 1.8. Reporting: > Source option 6 is no longer supported. Use 7 or later. This small change fixes problem.

Hi, how to set a json body with "GET" method? MyToken := Dm.RestClient .Resource('http://.../GenToken') .Accept(RestUtils.MediaType_Json) .Get(); I want to send this json string parameter at the body to the server...