This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Créer une SPA CSS HTML Javascript | |
#7 by LPA2-Automne2016 was closed on 23 Nov 2016 sceance 5 | |
30 | |
Faire appel à une API depuis rails rails webservice/API | |
#6 by LPA2-Automne2016 was closed on 23 Nov 2016 sceance 5 | |
31 | |
intégrer une authentification (Avancé) rails webservice/API | |
#5 opened on 17 Sep 2016 by LPA2-Automne2016 | |
mise en place de l'ajax sur un formulaire HTML Javascript webservice/API | |
#4 opened on 17 Sep 2016 by LPA2-Automne2016 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
besoin : "recuperer la liste des devises étrangeres" | |
getListForeignDevise() { | |
getListDevise(['EUR']) | |
} | |
assert getListForeignDevise() == ['YEN', 'USD'] | |
En tant q'utilisateur |