Stranger6667/postmarker

[DOCS] Add templates import

elibroftw opened this issue · 1 comments

The docs for templates just uses templates, but what is the import?

In this case it would be:

from postmarker.core import PostmarkClient
postmark = PostmarkClient(server_token='API_TOKEN')
postmark.templates.get(983381)