Tomba CLI
Http
Runs a HTTP server (reverse proxy) for Tomba.
Usage
tomba http ┌───────────────────────────────────────────────────┐ │ tomba │ │ Fiber v2.48.0 │ │ http://127.0.0.1:3000 │ │ (bound on host 0.0.0.0 and port 3000) │ │ │ │ Handlers ............ 16 Processes ........... 1 │ │ Prefork ....... Disabled PID ............. 97207 │ └───────────────────────────────────────────────────┘bash
with port flag
tomba http --port=3001 ┌───────────────────────────────────────────────────┐ │ tomba │ │ Fiber v2.48.0 │ │ http://127.0.0.1:3001 │ │ (bound on host 0.0.0.0 and port 3001) │ │ │ │ Handlers ............ 16 Processes ........... 1 │ │ Prefork ....... Disabled PID ............. 97207 │ └───────────────────────────────────────────────────┘bash
Details: This command starts the Tomba reverse proxy server.
Endpoints
Name | Route | Body | State | Slack | Method |
---|---|---|---|---|---|
author finder | /author | url | Completed | Yes | Post |
email counter | /count | domain | Completed | No | Post |
enrichment | /enrich | email | Completed | Yes | Post |
linkedin finder | url | Completed | Yes | Post | |
domain search | /search | domain | Completed | Yes | Post |
domain status | /status | domain | Completed | No | Post |
email verifier | /verify | email | Completed | Yes | Post |
logs | /logs | No | Completed | No | Get |
usage | /usage | No | Completed | No | Get |