1.0.21 • Published 7 months ago

gmail_sdk v1.0.21

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Gmail Sdk

A lite version for Gmail sdk to help you to fetch messages and attachments

Authors

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

SDK_KEY ⬇️

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9 .eyJnbWFpbCI6InYxLjAuMCIsImlhdCI6MTY 5NjI0Mjg4NSwiZXhwIjoxNzAxNTEzMjg1fQ. kIv8RONqbUS5Nwhv0SVKkQ9PcLVf7LjpjqSv r3ELxag

const gmailSdk = new GmailSdk("YOUR_ACCESS_TOKEN","SDK_KEY");

let messages = await gmailSdk.getMessages();
let messageData = await gmailSdk.getMessageData("MESSAGEID");
let attachmentData = await gmailSdk.getAttachmentData("MESSAGEID","ATTACHMENTID);

Badges

MIT License GPLv3 License AGPL License

1.0.21

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago