-
Notifications
You must be signed in to change notification settings - Fork 18
Comment changer votre point de terminaison d'API?
Antoine Augusti edited this page Nov 30, 2020
·
3 revisions
Lorsque vous configurez votre client API Notify pour le point de terminaison canadien, vous devez définir un paramètre URL de base avant votre clé API.
Exemples :
NotifyClient("https://api.notification.canada.ca", apiKey)
https://github.com/alphagov/notifications-node-client
public NotificationClient(final String apiKey, final String baseUrl) {
https://github.com/alphagov/notifications-java-client
public NotificationClient(string baseUrl, string apiKey)
https://github.com/alphagov/notifications-net-client
Voir les options de configuration : https://github.com/alphagov/notifications-python-client/blob/master/notifications_python_client/base.py#L22
Voir les options de configuration : https://github.com/alphagov/notifications-php-client/blob/master/src/Client.php#L84