You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
The BIGDATA Library is an importable library containing functions to connect, authenticate, and interact with the BigDataCloud API to validate data. This library is used in the BigDataCloud API Validation.
When imported into projects, typically only the BIGDATAclient module needs to be required in order to create the client and access the API methods.
How it works:
Use the Translator’s built in help to review how to use each function:
BIGDATAclient - sets up the adapter framework
Sets up the BigDataCloud API adapter framework, adding the various method modules to a metatable and storing the configurations added to the custom fields.
BIGDATAgetCall - makes the call to the BigDataCloud API and returns the response
Takes in any API requests and parameters to make the API call and return the response. An API key is appended to the url to authenticate requests.
There are two sample method functions included:
BIGDATAvalidatePhone
Validates the phone number passed as an argument against the BigDataCloud API.
BIGDATAvalidateEmail
validates the phone number passed as an argument against the BigDataCloud API.