8000 GitHub - Oldes/Rebol-RDAP: Registration Data Access Protocol (RDAP) in Rebol
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Oldes/Rebol-RDAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebol-rdap

Rebol-RDAP CI Gitter

Rebol/RDAP

Registration Data Access Protocol (RDAP) scheme for Rebol3

REST API Usage example

;; Import the module
import rdap

;; Collect all available info about a domain
data: read rdap:google.com

;; Collect info about an IP
data: read rdap:109.81.82.250

;; Or using `write` instead
foreach value ["google.com" "github.com" 109.81.82.250][
	write rdap:// value
]

By default, the scheme prints basic output to the console. This can be disabled by adjusting the RDAP verbosity level in the log options.

system/options/log/rdap: 0

image

About

Registration Data Access Protocol (RDAP) in Rebol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0