emaile2e-client
Advanced tools
Comparing version 0.1.1512779475 to 0.1.1512783689
{ | ||
"name": "emaile2e-client", | ||
"version": "0.1.1512779475", | ||
"version": "0.1.1512783689", | ||
"description": "The official javascript client for the Emaile2e API. See https://emaile2e.com for more information.", | ||
@@ -5,0 +5,0 @@ "license": "Unlicense", |
# emaile2e-client | ||
Emaile2eClient - JavaScript client for emaile2e-client | ||
[Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _ | ||
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: | ||
[Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. | ||
- API version: 0.0.1 | ||
- Package version: 0.1.1512779475 | ||
- Build package: io.swagger.codegen.languages.JavascriptClientCodegen | ||
## Why? | ||
If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. | ||
Say your app sign-up process sends a verification email. During e2e tests you can create a new random email | ||
address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. | ||
## Getting started | ||
Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). | ||
The general flow is as follow: | ||
1. Create a new inbox during a test. The email address will be returned in the response. | ||
2. Send an email to that address or trigger an action in your test that does so. | ||
3. Fetch the email for your new inbox and check if their content is what you expected. | ||
## SDK | ||
- There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. | ||
- You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. | ||
## Legal | ||
The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). | ||
## Bugs, features, support | ||
To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). | ||
## Installation | ||
@@ -12,0 +30,0 @@ |
/** | ||
* Emaile2e API Documentation | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _ | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). | ||
* | ||
@@ -36,3 +36,3 @@ * OpenAPI spec version: 0.0.1 | ||
* @module api/InboxcontrollerApi | ||
* @version 0.1.1512779475 | ||
* @version 0.1.1512783689 | ||
*/ | ||
@@ -39,0 +39,0 @@ |
/** | ||
* Emaile2e API Documentation | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _ | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). | ||
* | ||
@@ -35,3 +35,3 @@ * OpenAPI spec version: 0.0.1 | ||
* @module ApiClient | ||
* @version 0.1.1512779475 | ||
* @version 0.1.1512783689 | ||
*/ | ||
@@ -38,0 +38,0 @@ |
/** | ||
* Emaile2e API Documentation | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _ | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). | ||
* | ||
@@ -56,3 +56,3 @@ * OpenAPI spec version: 0.0.1 | ||
* @module index | ||
* @version 0.1.1512779475 | ||
* @version 0.1.1512783689 | ||
*/ | ||
@@ -59,0 +59,0 @@ var exports = { |
/** | ||
* Emaile2e API Documentation | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _ | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). | ||
* | ||
@@ -39,3 +39,3 @@ * OpenAPI spec version: 0.0.1 | ||
* @module model/EmailDto | ||
* @version 0.1.1512779475 | ||
* @version 0.1.1512783689 | ||
*/ | ||
@@ -42,0 +42,0 @@ |
/** | ||
* Emaile2e API Documentation | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _ | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). | ||
* | ||
@@ -39,3 +39,3 @@ * OpenAPI spec version: 0.0.1 | ||
* @module model/InboxDto | ||
* @version 0.1.1512779475 | ||
* @version 0.1.1512783689 | ||
*/ | ||
@@ -42,0 +42,0 @@ |
/** | ||
* Emaile2e API Documentation | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _ | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). | ||
* | ||
@@ -39,3 +39,3 @@ * OpenAPI spec version: 0.0.1 | ||
* @module model/ResponseInboxDto | ||
* @version 0.1.1512779475 | ||
* @version 0.1.1512783689 | ||
*/ | ||
@@ -42,0 +42,0 @@ |
/** | ||
* Emaile2e API Documentation | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _ | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). | ||
* | ||
@@ -39,3 +39,3 @@ * OpenAPI spec version: 0.0.1 | ||
* @module model/ResponseListEmailDto | ||
* @version 0.1.1512779475 | ||
* @version 0.1.1512783689 | ||
*/ | ||
@@ -42,0 +42,0 @@ |
/** | ||
* Emaile2e API Documentation | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## Legal Emaile2e is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). _ | ||
* [Emaile2e](http://www.emaile2e.com) provides a simple REST API that lets you create randomized email addresses and fetch the emails sent to them. ## Why? If your application uses emails at any point, Emaile2e makes testing your app's email integration easier. Say your app sign-up process sends a verification email. During e2e tests you can create a new random email address for a test user, sign-up, and then fetch the verification email and use the verification code in the next steps of your test. ## Getting started Every API request requires a valid API Key appended as a query parameter. **To obtain an API Key** [visit your account dashboard](http://www.emaile2e.com/dashboard). The general flow is as follow: 1. Create a new inbox during a test. The email address will be returned in the response. 2. Send an email to that address or trigger an action in your test that does so. 3. Fetch the email for your new inbox and check if their content is what you expected. ## SDK - There is an official [Javascript SDK](https://www.npmjs.com/package/emaile2e-client) available on npm. - You can also use the [swagger JSON definition](https://api.emaile2e.com/v2/api-docs) and [swagger-codegen](https://github.com/swagger-api/swagger-codegen) to generate a swagger client in a language of your choice. ## Legal The Emaile2e API is owned by [PettmanUG](http://pettmanug.site) and uses a proprietary [software licence](http://www.binpress.com/license/view/l/c8376a01eca7465027a978d3fde5a1e2). ## Bugs, features, support To report bugs or request features please see the [contact page](http://www.emaile2e.com/contact). For help see [support](http://www.emaile2e.com/support). | ||
* | ||
@@ -39,3 +39,3 @@ * OpenAPI spec version: 0.0.1 | ||
* @module model/ResponseListInboxDto | ||
* @version 0.1.1512779475 | ||
* @version 0.1.1512783689 | ||
*/ | ||
@@ -42,0 +42,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98204
29
1728
153
4
2