ElasticEmail / ElasticEmail.WebApiClient-js

Deprecated library. Easily send emails with Elastic Email using Web API JS Client https://elasticemail.com/
MIT License
15 stars 9 forks source link

Not documented how to attach files (File.Upload) #21

Open medisoft opened 4 years ago

medisoft commented 4 years ago

Hello! I'm trying to use the File.Upload API, but it is not well documented. For example, the "file" argument says in the JSDoc that is an Object, but not specifies what type of object.

Can you put an example on how to attach files or add the correct documentation to the JSDoc?

Thanks!