Official Ruby client for the DomScan API.
This SDK is generated from the shared endpoint manifest in this repository and covers the same 79 public non-session endpoints as the other official DomScan SDKs.
bundle add domscan-sdkrequire "domscan"
client = DomScan::Client.new
response = client.availability.check_domain_availability(
"name" => "launch",
"tlds" => ["com", "io", "ai"],
"prefer_cache" => true
)
puts response- Docs: https://domscan.net/docs
- OpenAPI: https://domscan.net/v1/openapi.json
- SDK hub: ../README.md