We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 847c894 + 31e5319 commit 3722f2bCopy full SHA for 3722f2b
README.md
@@ -1,15 +1,14 @@
1
#Simple Mailjet APIv3 wrapper (WIP)
2
3
+### API documentation
4
+
5
+Find out more about the Mailjet API: http://dev.mailjet.com/guides/?python
6
7
## Getting Started
8
9
First, make sure you have an API key, and an API secret.
10
Once you got them, save them in your environment:
11
-### API documentation
-
-Find out more about the Mailjet API: http://dev.mailjet.com/
12
13
```
14
export MJ_APIKEY_PUBLIC='your api key'
15
export MJ_APIKEY_PRIVATE='your api secret'
0 commit comments