Creating Thriftly APIs from Delphi Applications

Note

This section contains instructions for creating Thriftly APIs from Delphi applications. If you want to create an API from an application written in a different language, refer to that language’s respective topic:

After you’ve installed and licensed Thriftly Developer (using the instructions in the Installing and Licensing Thriftly Developer section), you can start examining and creating Thriftly APIs.

To create a Thriftly API, you first update your application to connect to the Thriftly Server. Then, you use Thriftly-related metadata to designate the services and functions you want to publish to the server as APIs.

To help you understand how building APIs using the Thriftly Developer toolset works, we’ll first examine a series of example APIs embedded within the sample Delphi application (called PropertyTracker) that came included in your Thriftly Developer install. Then, we’ll walk you through creating a couple basic APIs of your own from within a new Delphi application.