Reply to comment
Details are at https://github.com/QuickbaseAdmirer/QuickBase-Perl-SDK
The HTTP::QuickBase module allows you to manipulate QuickBase databases. Methods are provided for cloning databases, adding records, editing records, deleting records and retrieving records. All you need is a valid QuickBase account, although with anonymous access you can read from publicly accessible QuickBase databases.
NOTE: QuickBase recommends that you use application tokens when working with the Perl SDK. Read about tokens or read about using tokens with QuickBase SDKs
Alternatively, you can leave tokens disabled for the application your scripts are calling.
This module supports a single object that retains login state. You call the authenticate method only once.
- 40073 reads


