@clearoutio/clearout
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -34,4 +34,4 @@ const OpenAPIClientAxios = require('openapi-client-axios').default | ||
if (!this._clientInitialized) { | ||
this._client = await this._client.init() | ||
this._clientInitialized = true | ||
this._client = await this._client.init() | ||
} | ||
@@ -38,0 +38,0 @@ return this._client |
{ | ||
"name": "@clearoutio/clearout", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"author": "Clearout <us@clearout.io> (https://clearout.io)", | ||
@@ -5,0 +5,0 @@ "deprecated": false, |
@@ -1,9 +0,7 @@ | ||
# ClearoutIo - A Node.js library | ||
# Clearout - A Node.js library | ||
The clearout node library provides multiple convenient packages to access its services from applications written in server-side JavaScript to perform real-time, bulk email validation, email discovery. This programmatic interface will allow you to easily integrate into your use cases. Btw, clearout infrastructure has been configured to retain **high throughput, security and high precision accuracy.** | ||
The clearout node library provide convenient access to the Clearout REST API from applications written in server-side JavaScript to perform real-time, bulk email validation, email discovery. This programmatic interface will allow you to easily integrate into your use cases. Clearout infrastructure has been configured to retain **high throughput, security and high precision accuracy.** As long as credits are available in the account, you can perform clearout bulk verification or find support for any size list. | ||
Clearout bulk verification or finding support any size list as long as credits are available in account | ||
## Documentation | ||
See the [`Clearout API docs`](https://docs.clearout.io/api-overview.html) to know RESTFul endpoints | ||
See the <a href="https://docs.clearout.io/api-overview.html" target="_blank"><span style="font-size:16px">Clearout API docs</span></a> to know RESTFul endpoints | ||
@@ -10,0 +8,0 @@ ## Requirements |
145092
197