Modifications

Sauter à la navigation Sauter à la recherche
21 octets ajoutés ,  4 janvier 2015 à 18:32
aucun résumé de modification
Ligne 4 : Ligne 4 :     
== introduction ==
 
== introduction ==
The Spark Cloud API is a [REST API] (dite "http://fr.wikipedia.org/wiki/Representational_State_Transfer REST API]", wikipedia.fr) . REST means a lot of things, but first and foremost it means that we use the URL in the way that it's intended: as a "Uniform Resource Locator".
+
{{bloc-etroit|text=The Spark Cloud API is a [REST API] (dite "http://fr.wikipedia.org/wiki/Representational_State_Transfer REST API]", wikipedia.fr) . REST means a lot of things, but first and foremost it means that we use the URL in the way that it's intended: as a "Uniform Resource Locator".
    
In this case, the unique "resource" in question is your Spark Core. Every Spark Core has a URL, which can be used to '''GET''' variables, '''POST''' a function call, or '''PUT''' new firmware. The variables and functions that you have written in your firmware are exposed as subresources within the Spark Core.
 
In this case, the unique "resource" in question is your Spark Core. Every Spark Core has a URL, which can be used to '''GET''' variables, '''POST''' a function call, or '''PUT''' new firmware. The variables and functions that you have written in your firmware are exposed as subresources within the Spark Core.
   −
All requests to the Spark Core come through our API server using TLS security.
+
All requests to the Spark Core come through our API server using TLS security.}}
    
   <nowiki>PROTOCOLE ET HOTE HOST
 
   <nowiki>PROTOCOLE ET HOTE HOST
29 917

modifications

Menu de navigation