Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:protocole_json [2016/07/28 13:31]
mifrey [Wget Example]
en:protocole_json [2017/03/20 11:16]
mifrey [Wget Example]
Line 12: Line 12:
  
 It is possible to test the API using command line tools like [[http://en.wikipedia.org/wiki/Wget|Wget]] or [[http://en.wikipedia.org/wiki/CURL|cURL]] It is possible to test the API using command line tools like [[http://en.wikipedia.org/wiki/Wget|Wget]] or [[http://en.wikipedia.org/wiki/CURL|cURL]]
- 
-==== Wget Example ==== 
  
 Data in JSON format are placed in the file //query.json//. The resulting file will then be //result.json//. Data in JSON format are placed in the file //query.json//. The resulting file will then be //result.json//.
Line 21: Line 19:
 ==== Use the API with other languages ==== ==== Use the API with other languages ====
  
 +  * [[json_python2|Python 2]]
   * [[json_python3|Python 3]]   * [[json_python3|Python 3]]