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 [spring-web](https://github.com/SpringSource/spring-framework) from 3.1.1.RELEASE to 3.2.18.RELEASE. Commits 51c9d3e Release version 3.2.18.RELEASE e57047a Remove outdated JasperReports tests (failing due to missing font on CI server) f85be8e Upgrade to Gradle 2.5 f22c669...

dependencies

Modifications to avoid error with Fields that exceeds 31 chars

Are there any instructions on how to install (compile) it to use it on Delphi 7?

As title says, in the packages folder there are no folderfor delphi 2007. Or there is a trick for installing the library in that version?

Hi I'm Having problems making a post call to a rest webservice, i have to send full names of persons, but when they have special characters (like: ñ, á, é,...

unit RestClient; ... function Delete(Content: TStream): String; overload; ... function TResource.Delete(Content: TStream): String; begin Result := ContentRequest(Content, METHOD_DELETE); end;

Hi, trying to install package in Dephi 2007 (Version 11.0.2627.5503), cause all my project is here and I can't change IDE. Well, trying D7 package, get this ![image](https://user-images.githubusercontent.com/57136269/67762216-00db1500-fa56-11e9-86f0-fb63a96b1c5d.png) trying D2010...

![image](https://user-images.githubusercontent.com/24700247/30786441-292ec39a-a17e-11e7-8761-ef2678dbd20e.png)

Na versão do delphi 7 e possível fazer consultas ultilizando Https?