Using the REST Client Library to Access REST-based Web Services with C++Builder

preview_player
Показать описание
Using the REST Client Library to connect to a REST service over HTTPS/SSL, obtaining a GZIP compressed JSON response, parsing it , and placing it in a memory table. Binding it to a grid and displaying it to the user. Compatible with VCL, FireMonkey, Windows, iOS, Android and OS X.
Рекомендации по теме
Комментарии
Автор

Very nice example and easy to understand.

I would say that the base url is without "/2.2/questions" in the example and that should be applied to the Request component as Resource.

bjarnerasmussen
Автор

Where can I find embarcadero C++ documentation for building JWT and sending it with a REST request? It seems only delphi gets documented nowadays.

casarivaselectronica
Автор

Is there a way to make the property value from a TEdit input dynamic for the request instead of hardcoding a value?

veljkovostinic
Автор

Hi Embarcadero Technologies :)
How I can use windows authentication (NTLM) for calling rest services?
I try a lot of options but without success.
Thanks!

aleksandarmarkovic
Автор

This dosen't work with TLSv 1.2 in XE7 :(

esmarj