Handprinter API: Difference between revisions
Jump to navigation
Jump to search
(moved from Handprinter) |
(→Application programming interface (API): quantification removed) |
||
Line 53: | Line 53: | ||
Category = category, | Category = category, | ||
Benefits = benefits, | Benefits = benefits, | ||
Description = actiondescription, | Description = actiondescription, | ||
Activity = activity, | Activity = activity, | ||
Line 70: | Line 69: | ||
"&add[actiondescription]=", actiondescription, | "&add[actiondescription]=", actiondescription, | ||
"&add[benefits]=", benefits, | "&add[benefits]=", benefits, | ||
"&add[activity]='", activity, "'", | "&add[activity]='", activity, "'", | ||
"&add[subactivity]='", subactivity, "'", | "&add[subactivity]='", subactivity, "'", |
Revision as of 12:16, 13 March 2014
Application programming interface (API)
The first code on this page is an API that takes in user input and stores that into Opasnet base. The code below is mimicking an application (e.g. in a cell phone) that takes in user input and converts that into an output that can be used as an interface data package between the API and Opasnet. In practice, the application produces an URL that links to this page and contains parameter values for all fields of the API code.
For more about the URL formatting, see R-tools#Giving parameters in an URL.