delphi-rest-client-api
delphi-rest-client-api copied to clipboard
A Delphi REST client API to consume REST services written in any programming language.
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...
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  trying D2010...

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