Skip to content

Commit 5b4a3ac

Browse files
thiagogdsjgzamora
authored andcommitted
Fix EU API base URI (#182)
The `SparkPost__init__` expects the BASE URI without the /api
1 parent d23a20d commit 5b4a3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ For SparkPost EU and Enterprise accounts, pass in a second parameter to set the
7373
.. code-block:: python
7474
7575
from sparkpost import SparkPost
76-
sp = SparkPost('YOUR API KEY', 'https://api.eu.sparkpost.com/api')
76+
sp = SparkPost('YOUR API KEY', 'https://api.eu.sparkpost.com')
7777
7878
.. _API & SMTP: https://app.sparkpost.com/#/configuration/credentials
7979

0 commit comments

Comments
 (0)