Hyper API Examples


The best way to learn how to use the Hyper API is to look at the sample code. The Hyper API provides samples in your programming language of choice that create extract files and then show how you can read, insert, update, and delete data from the files.

Tip: Sample code using the Hyper API is also available separately on GitHub, see Hyper API Samples.

When you download the Hyper API for your programming language, you can find the example code in the examples folder. We recommend the following steps:

  1. Download the Hyper API .zip file from Hyper API - Products Release and Download for your programming language and platform of choice.

  2. Examine the source code in the examples folder.

  3. Build the examples. For information about building and running the the samples, follow the instructions for your programming language of choice, see Install the Hyper API.

  4. Use the example code as a starting point for your own applications.

Tip: For basic information about creating .hyper files using the Hyper API and Python, see Create and Update Hyper Files.

Examples