1.0.2 • Published 1 year ago

swiftinbox v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

��# SwiftInbox A JavaScript wrapper for the SwiftInbox API. ## Installation bash npm install swiftinbox ## Usage First, import the SwiftInbox class from the package: CommonJS: javascript const SwiftInbox = require('swiftinbox'); ES6: javascript import SwiftInbox from 'swiftinbox'; Then, create a new instance of SwiftInbox with your API key: javascript const swiftInbox = new SwiftInbox('your-api-key'); # Methods ## getLetters(id, email) Fetches the letters for a given ID and email. javascript swiftInbox.getLetters('123', 'email@example.com') .then((letters) => { console.log(letters); }) .catch((error) => { console.error(error); }); ## getEmails

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago