command
module
Version:
v0.0.0-...-6237558
Opens a new window with list of versions in this module.
Published: Jun 13, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
bbt-golang
Technologies Used
GET /
Endpoint to check if the API is accessible
GET /customers
Endpoint to fetch data for all users in the database
DELETE /clearDB - Requires a valid bearer token to be sent to reset the database
POST /identify
Endpoint to identify, categorise, and process an new incoming request.
{
"email": "your_email@example.com",
"phoneNumber": "9090909090"
}
{
"contact": {
"primaryContactId": 1,
"emails": ["your_email@example.com"],
"phoneNumbers": ["9090909090"],
"secondaryContactIds": []
}
}
Build Instructions
-
Clone the repository
git clone https://github.com/diwakarvedant07/duplicate-contact-finder.git
-
Change Directory
cd bbt-golang
-
Build
go build -o dup-finder.exe
-
Run
./dup-finder
-
Misc
Refer to the example.env file for required environment variables
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.