Query API Example Prerequisites V2
On this Page
FAQs
Introduction
So you’re ready to write your own application using the Wufoo API eh? We’re here to help! In this tutorial, you’ll be building your own version of the API Super-Tester, a tool we initially built for internal testing of the API. To get things shaking, you’ll need to check the prerequisites and be sure you’re brushed up on the details of the API response. Once you’ve done that, move on to the example.
Prerequisites
Before you get started, a few extra steps must be confirmed to ensure that the example works properly on your setup:
- The server is capable of running PHP 5 scripts.
- The server has CURL installed.
- The example uses JSON-PHP. The PHP files is included in the zip, but it is safe to go to the official website and download the latest copy.
The API Super-Tester - See it in Action
The tool you’ll be building in this example, may be tested live on the Wufoo servers. Follow this link to take a peek.
Take Me To The Tutorial
The tutorial documentation may be found Here.