An "API" wrapper for Gmailnator - no need for rapidapi
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-10-23 23:07:01 +01:00
lib Made Client as defualt export, and exported interfaces 2021-10-23 23:07:01 +01:00
src Made Client as defualt export, and exported interfaces 2021-10-23 23:07:01 +01:00
.gitattributes Initial commit 2021-10-23 22:48:12 +01:00
.gitignore Initial Commit 2021-10-23 23:02:11 +01:00
LICENSE Initial commit 2021-10-23 22:48:12 +01:00
package.json Made Client as defualt export, and exported interfaces 2021-10-23 23:07:01 +01:00
README.md Initial Commit 2021-10-23 23:02:11 +01:00
tsconfig.json Initial Commit 2021-10-23 23:02:11 +01:00

Gmailnator - TypeScript

This allows you to interact with gmailnator without having to use the rapidapi verison - meaning you are not limited by the amount of requests.

Starting

To start, make sure you create a new GmailnatorClient and call the init method async. This will automatically get you a CSRF token and set the HttpClient for internal use.