Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Entrepot et Powershell #37

Open
Shypster opened this issue Feb 16, 2024 · 4 comments
Open

API Entrepot et Powershell #37

Shypster opened this issue Feb 16, 2024 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@Shypster
Copy link

Vos questions

Bonjour,
Je souhaite automatiser certaines procédures via des scripts Powershell. Cependant, je n'arrive pas à m'identifier pour utiliser l'API. J'ai pourtant créer un jeton d'accès sur le SSO GeoPlateforme avec mon compte utilisateur mais impossible d'exécuter la moindre requête. Pouvez-vous m'apporter des éléments d'information ? Mes différents appels me renvoient toujours la page html d'authentification.
Merci

@Shypster Shypster added the question Further information is requested label Feb 16, 2024
@Dolite
Copy link
Contributor

Dolite commented Feb 16, 2024

Les appels à l'API sont bien faits avec le header Authentication: Bearer ? Après je ne connais pas du tout powershell...

@Shypster
Copy link
Author

oui

@Dolite
Copy link
Contributor

Dolite commented Feb 16, 2024

Pouvez vous me donner des informations sur la manière dont vous faites les appels vers l'API Entrepôt avec PowerShell ?

@Shypster
Copy link
Author

$token = "mon token"
$headers = @{Authorization = "Bearer $token"}
Invoke-restMethod -Uri "https://data.geopf.fr/api/users/me" -Method Get -ContentType "application/json" -Headers $headers -UseBasicParsing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants