Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Thrift with Delphi Win32

I'm interested in connecting to the Evernote Service API, which uses Thrift, from a Delphi Win32 app I am developing. I have done very little work with web services in Delphi, and nothing at all with Thrift. Where would be the best place to get up to speed w/using Thrift from Delphi?

like image 351
Jamo Avatar asked Mar 25 '26 02:03

Jamo


1 Answers

Old Answer Replaced thanks to Leo: Thrift has generators for Delphi, C++, C#, Erlang, Haskell, Java, Objective C/Cocoa, OCaml, Perl, PHP, Python, Ruby, and Squeakr

The generators for Thrift can be found here.

like image 83
Robert Love Avatar answered Mar 26 '26 16:03

Robert Love