Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:create:functions:readapi [28.10.2014 11:13] alexander.ritteren:create:functions:readapi [26.11.2014 16:23] alexander.ritter
Line 1: Line 1:
 ====== readAPI() ====== ====== readAPI() ======
  
-''array **readAPI**(string //API ID//, string //Request//, [string //API Key//])''+''array **readAPI**(string //API ID//, string //request//, [string //API Key//])''
  
 APIs (standardized interfaces, Application Programming Interface) allow third-party services to be incorporated into the developer's own software or questionnaire. The function ''readAPI()'' accesses these services directly within the questionnaire. APIs (standardized interfaces, Application Programming Interface) allow third-party services to be incorporated into the developer's own software or questionnaire. The function ''readAPI()'' accesses these services directly within the questionnaire.
Line 9: Line 9:
     * //cloudmade.geocoding.v2// -- [[http://developers.cloudmade.com/projects/show/geocoding-http-api|Cloudmade: Geocoding/Geosearch]]     * //cloudmade.geocoding.v2// -- [[http://developers.cloudmade.com/projects/show/geocoding-http-api|Cloudmade: Geocoding/Geosearch]]
     * **Note:** Further APIs can be added within more specific research projects -- please send all requests directly to [[info@soscisurvey.de|SoSci Survey]].     * **Note:** Further APIs can be added within more specific research projects -- please send all requests directly to [[info@soscisurvey.de|SoSci Survey]].
-  * //Request//\\ the request to the API, coded in GET format+  * //request//\\ the request to the API, coded in GET format
   * //API Key//\\ If the use of the API requires the specification of a key, this is entered as the third parameter. Normally, a key is used to calculate the bill for API services.   * //API Key//\\ If the use of the API requires the specification of a key, this is entered as the third parameter. Normally, a key is used to calculate the bill for API services.
  
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki