Handprinter API

From Testiwiki
Jump to: navigation, search

Application programming interface (API)

Previous version was designed for the user. This version is designed for an application to enter all parameter values.

The code on this page uploads leaf suggestions to Handprinter database. In addition, it produces a URL link that contains the data given, and so it shows how the same data can be uploaded using an application external to Opasnet. For more about the URL formatting, see R-tools#Giving parameters in an URL.

The input is a table where the columns are separated by "|" and rows are separated by "||". The test version has four columns: Leaf_id, Name, Idea, and Result.

You must know the password to make the code actually work. At this testing phase, it is 72634524.

Give data to be entered into the database as a text string.

Give the password to enter data:

Input as a table made into a string:

+ Show code

Show leaves in the database

Show results