You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\**This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
Use the below code to install it locally by `conda` and `make` on Unix platforms:
72
98
73
99
```bash
74
100
make install
75
101
```
76
102
77
103
### For development
78
104
105
+
#### Using conda
106
+
79
107
on Linux or macOS:
80
108
81
109
- A basic environment with a minimum number of dependencies:
@@ -191,6 +219,11 @@ print(result.json())
191
219
192
220
## Request examples
193
221
222
+
### Full list of supported endpoints
223
+
224
+
> [!IMPORTANT]\
225
+
> This is a full list of supported endpoints this wrapper provides [samples](samples)
226
+
194
227
### POST request
195
228
196
229
#### Simple POST request
@@ -375,6 +408,10 @@ print(result.status_code)
375
408
print(result.json())
376
409
```
377
410
411
+
## License
412
+
413
+
[MIT](https://choosealicense.com/licenses/mit/)
414
+
378
415
## Contribute
379
416
380
417
Mailjet loves developers. You can be part of this project!
@@ -391,6 +428,12 @@ Feel free to ask anything, and contribute:
391
428
392
429
If you have suggestions on how to improve the guides, please submit an issue in our [Official API Documentation repo](https://github.com/mailjet/api-documentation).
0 commit comments