adel:utilisateurs:api-rest:implementation

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
adel:utilisateurs:api-rest:implementation [2021/09/09 09:46] julien.lanfreyadel:utilisateurs:api-rest:implementation [2021/09/09 09:57] (Version actuelle) – [3 - Actualisation du ''access_token''] julien.lanfrey
Ligne 31: Ligne 31:
 $.ajax({ $.ajax({
     method: 'POST',     method: 'POST',
-    url: 'https://secure.bayard-service.com/annuaire_VOTRENOM/oauth/token',+    url: 'https://secure.bayard-service.com/annuaire_<MON_ANNUAIRE>/oauth/token',
     contentType: 'application/x-www-form-urlencoded; charset=utf-8',     contentType: 'application/x-www-form-urlencoded; charset=utf-8',
     crossDomain:true,     crossDomain:true,
Ligne 71: Ligne 71:
 $.ajax({ $.ajax({
     method: 'GET',     method: 'GET',
-    url: 'https://votre/instance/adel/api/v1/personnes/123',+    url: 'https://secure.bayard-service.com/annuaire_<MON_ANNUAIRE>/api/v1/personnes/123',
     dataType: 'json',     dataType: 'json',
     crossDomain:true,     crossDomain:true,
Ligne 100: Ligne 100:
 $.ajax({ $.ajax({
     method: 'POST',     method: 'POST',
-    url: 'https://votre/instance/adel/oauth/token',+    url: 'https://secure.bayard-service.com/annuaire_<MON_ANNUAIRE>/oauth/token',
     contentType:'application/x-www-form-urlencoded; charset=utf-8',     contentType:'application/x-www-form-urlencoded; charset=utf-8',
     data: {     data: {
  • /var/www/adel-wiki/data/attic/adel/utilisateurs/api-rest/implementation.1631180809.txt.gz
  • Dernière modification : 2021/09/09 09:46
  • de julien.lanfrey